diff --git a/docs/history.rst b/docs/history.rst index 82a7a6b..b71c8f1 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -2,12 +2,13 @@ History ======= -2.1.0 to 2.1.2 (2024-06-20) +2.1.0 to 2.1.3 (2024-06-20) --------------------------- * Few changes have been made to make the date map accurate as reported by several contributors. * 2062 BS Date changes and confirmed as per the Nepal RajPatra * 2081 BS Date changes and confirmed as per the calendar published in 2081 * out of bound checks as suggested by Dipendra Nath (dipee), FIRST_AD_YEAR, LAST_AD_YEAR constanst introduced. +* 2.1.3 - Bump to push the change log 1.0.0 (2018-03-15) ------------------ diff --git a/setup.py b/setup.py index ed197ce..0dad43d 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='bikram', - version='2.1.1', + version='2.1.3', description="Utilities to work with Bikram/Vikram Samwat dates.", long_description=readme + '\n\n' + history, authors=["keshaB Paudel", "aerawatcorp", "acpmasquerade"],