Skip to content

Commit aa99e18

Browse files
Bump version to 3.0.5 and update changelog with bug fixes
1 parent cba1176 commit aa99e18

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ All notable changes to this project will be documented in this file. The format
44

55
## Changelog
66

7-
## [V3.0.2] - Minor Release -
7+
## [V3.0.5] - Minor Release - 02-01-2025
8+
9+
- [x] Bug fixes
10+
11+
## [V3.0.4] - Minor Release - 02-01-2025
12+
13+
- [x] Bug fixes
14+
15+
## [V3.0.3] - Minor Release - 25-11-2024
16+
17+
- [x] Bug fixes
18+
19+
## [V3.0.2] - Minor Release - 08-11-2023
820

921
- [x] Updating API Documentation
22+
- [x] Bug fixes
1023

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

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = 'RandomProfileGenerator'
77
__package_name__ = 'random_profile'
8-
__version__ = '3.0.2'
8+
__version__ = '3.0.5'
99
__description__ = "Python Module To Generate Random Profile Data"
1010
__email__ = "[email protected]"
1111
__author__ = 'Deepak Raj'

random_profile/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'RandomProfileGenerator'
22
__package_name__ = 'random_profile'
3-
__version__ = '3.0.2'
3+
__version__ = '3.0.5'
44
__description__ = "Python Module To Generate Random Profile Data"
55
__email__ = "[email protected]"
66
__author__ = 'Deepak Raj'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__title__ = 'RandomProfileGenerator'
1111
__package_name__ = 'random_profile'
12-
__version__ = '3.0.2'
12+
__version__ = '3.0.5'
1313
__description__ = "Python Module To Generate Random Profile Data"
1414
__email__ = "[email protected]"
1515
__author__ = 'Deepak Raj'

0 commit comments

Comments
 (0)