Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed Apr 24, 2023
1 parent fe0b6bb commit 9f9502a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The versioning scheme is compliant with the [PEP 440] specification.

[PEP 440]: https://peps.python.org/pep-0440/#public-version-identifiers

## Unreleased
## 2.2.0 (2023-04-24)

- Dropped support for Python 3.6 and added support for Python 3.11.
- Fixed location of type-checking marker file.
Expand Down
2 changes: 1 addition & 1 deletion src/epiweeks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://github.com/dralshehri/epiweeks
"""

__version__ = "2.1.4"
__version__ = "2.2.0"

from datetime import date, timedelta
from typing import Iterator, Tuple
Expand Down

0 comments on commit 9f9502a

Please sign in to comment.