Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed Sep 4, 2021
1 parent 07d3b9b commit deb6eee
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 format is based on [semantic versioning](https://packaging.python.org/guides
and [pre-release versioning](https://packaging.python.org/guides/distributing-packages-using-setuptools/#pre-release-versioning)
schemes recommended by the Python Packaging Authority (PPA).

## Unreleased
## 2.2.1 (2021-09-04)

- Fixed calculation of month 12 of year 1354 AH.
- Fixed an issue when generating documentation without the package being installed.
Expand Down
2 changes: 1 addition & 1 deletion src/hijri_converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

from hijri_converter.convert import Gregorian, Hijri

__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit deb6eee

Please sign in to comment.