Skip to content

Commit

Permalink
Bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed Sep 24, 2021
1 parent a31b68c commit 42791ee
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 @@ -6,7 +6,7 @@ recommended by the Python Packaging Authority (PPA).
[semantic versioning]: https://packaging.python.org/guides/distributing-packages-using-setuptools/#semantic-versioning-preferred
[pre-release versioning]: https://packaging.python.org/guides/distributing-packages-using-setuptools/#pre-release-versioning

## Unreleased
## 2.1.3 (2021-09-24)

- Added `__version__` attribute to the package.
- Changed `Week` rich comparison to return `NotImplemented` when the second operand
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.2"
__version__ = "2.1.3"

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

0 comments on commit 42791ee

Please sign in to comment.