Skip to content

Commit

Permalink
🎉 Release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwildenhain committed Mar 29, 2022
1 parent a24501a commit 572008b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HISTORY

## 2.0.0 (Unreleased)
## 2.0.0 (2022-03-29)

### API Support :robot:

Expand All @@ -13,6 +13,7 @@
- `Project` class was broken up into smaller utility classes, see the `redcap.methods` module or the API reference on the new docs site
- Robust testing infrastructure (`pytest`, `doctest-plus`) with both unit and integration tests, maintained at 100% test coverage, with automated styling and linting checks in CI (`black`, `pylint`)
- Gradual typing added, but not yet enforced in CI
- Add _complete fields to payload when requesting survey fields (#149 @forsakendaemon)

### Breaking changes :boom:

Expand All @@ -27,6 +28,7 @@

- Revamp documentation to `mkdocs-material` style on GitHub pages
- Add comprehensive docstrings and doctests to all methods
- Update `delete_records` documentation (#173 @andyjessen)

## 1.1.3 (2021-03-30)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyCap"
version = "2.0.0-alpha.1"
version = "2.0.0"
description = "PyCap: Python interface to REDCap"
authors = ["Scott Burns <[email protected]>"]
maintainers = ["Paul Wildenhain <[email protected]>"]
Expand Down

0 comments on commit 572008b

Please sign in to comment.