Skip to content

Commit 09de877

Browse files
committed
Bump version to 2.1.3
1 parent aa6addd commit 09de877

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ The format is based on [semantic versioning](https://packaging.python.org/guides
44
and [pre-release versioning](https://packaging.python.org/guides/distributing-packages-using-setuptools/#pre-release-versioning)
55
schemes recommended by the Python Packaging Authority (PPA).
66

7+
## 2.1.3 (2021-06-22)
8+
9+
- Minor fixes and enhancements for docstrings and documentation.
10+
711
## 2.1.2 (2021-05-30)
812

9-
- Add Bangla translation. (Thanks to [@nokibsarkar](https://github.com/nokibsarkar))
13+
- Added Bangla translation. (Thanks to [@nokibsarkar](https://github.com/nokibsarkar))
1014
- Changed `Hijri` rich comparison to return `NotImplemented` when the second operand is not `Hijri` object.
1115
- Changed `ummalqura` constants to be in capital letters adhering to PEP8.
1216
- Updated packaging configuration files and local development workflow.

src/hijri_converter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
https://github.com/dralshehri/hijri-converter
44
"""
55

6-
__version__ = "2.1.2"
6+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)