diff --git a/BharatFinTrack/__init__.py b/BharatFinTrack/__init__.py index 19f23f7..4fe0e24 100644 --- a/BharatFinTrack/__init__.py +++ b/BharatFinTrack/__init__.py @@ -6,4 +6,4 @@ ] -__version__ = '0.0.1' \ No newline at end of file +__version__ = '0.0.2' \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 303c260..f8d1f4c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,15 @@ ============= Release Notes -============= +============= + + +Version 0.0.2 +------------- + +* **Date:** 09-Sep-2024. +* **Bug Fixes:** Some bug fixes. +* **Documentation:** Updated `README.md`. + Version 0.0.1 ------------- diff --git a/docs/conf.py b/docs/conf.py index b2ba7d8..2f9dc32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,8 @@ author = 'Debasish Pal' # The full version, including alpha/beta/rc tags -release = '0.0.1' +from BharatFinTrack import __version__ +release = __version__ # -- General configuration ---------------------------------------------------