Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed Sep 24, 2021
1 parent 93df354 commit 1db16ea
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.2 (2021-09-25)

- Added some missing variable annotations to `ummalqura` module.
- Fixed an issue when generating documentation.
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 @@ -3,6 +3,6 @@
https://github.com/dralshehri/hijri-converter
"""

__version__ = "2.2.1"
__version__ = "2.2.2"

from hijri_converter.convert import Gregorian, Hijri

0 comments on commit 1db16ea

Please sign in to comment.