Skip to content

Commit

Permalink
Bump version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed Feb 12, 2022
1 parent 16f4d32 commit 3d25c5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ schemes recommended by the Python Packaging Authority (PPA).
[pre-release versioning]:
https://packaging.python.org/guides/distributing-packages-using-setuptools/#pre-release-versioning

[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
## 2.1.4 (2022-02-12)

- Changed GitHub username to @mhalshehri and updated related links.
- Changed package docstrings to Google style and updated documentation.
- Updated development workflows and configurations.
- Other minor fixes and enhancements.

## 2.1.3 (2021-09-24)

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/mhalshehri/epiweeks
"""

__version__ = "2.1.3"
__version__ = "2.1.4"

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

0 comments on commit 3d25c5c

Please sign in to comment.