Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed May 23, 2022
1 parent 49340a6 commit 3419b8c
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 @@ -8,7 +8,7 @@ schemes recommended by the Python Packaging Authority (PPA).
[pre-release versioning]:
https://packaging.python.org/guides/distributing-packages-using-setuptools/#pre-release-versioning

## Unreleased
## 2.2.4 (2022-05-23)

- Added more classifiers to package configuration.
- Fixed location of type checking marker file. ([#10] bt [@dimbleby])
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/mhalshehri/hijri-converter
"""

__version__ = "2.2.3"
__version__ = "2.2.4"

from hijri_converter.convert import Gregorian, Hijri

0 comments on commit 3419b8c

Please sign in to comment.