Skip to content

Commit

Permalink
Bump version to 3.0.5 and update changelog with bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Jan 2, 2025
1 parent cba1176 commit aa99e18
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ All notable changes to this project will be documented in this file. The format

## Changelog

## [V3.0.2] - Minor Release -
## [V3.0.5] - Minor Release - 02-01-2025

- [x] Bug fixes

## [V3.0.4] - Minor Release - 02-01-2025

- [x] Bug fixes

## [V3.0.3] - Minor Release - 25-11-2024

- [x] Bug fixes

## [V3.0.2] - Minor Release - 08-11-2023

- [x] Updating API Documentation
- [x] Bug fixes

## [V3.0.1] - Minor Release - 18-11-2022

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = 'RandomProfileGenerator'
__package_name__ = 'random_profile'
__version__ = '3.0.2'
__version__ = '3.0.5'
__description__ = "Python Module To Generate Random Profile Data"
__email__ = "deepak008@live.com"
__author__ = 'Deepak Raj'
Expand Down
2 changes: 1 addition & 1 deletion random_profile/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'RandomProfileGenerator'
__package_name__ = 'random_profile'
__version__ = '3.0.2'
__version__ = '3.0.5'
__description__ = "Python Module To Generate Random Profile Data"
__email__ = "deepak008@live.com"
__author__ = 'Deepak Raj'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__title__ = 'RandomProfileGenerator'
__package_name__ = 'random_profile'
__version__ = '3.0.2'
__version__ = '3.0.5'
__description__ = "Python Module To Generate Random Profile Data"
__email__ = "deepak008@live.com"
__author__ = 'Deepak Raj'
Expand Down

0 comments on commit aa99e18

Please sign in to comment.