Skip to content

Commit d5827bf

Browse files
committed
Release 1.0.5
1 parent 52479ca commit d5827bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
# 1.0.5 - 2024-03-22
13+
14+
### Changed
15+
16+
- Improved handling and logging of retries for requests
17+
1218
## 1.0.4 - 2022-12-07
1319

1420
### Changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
2323
name='fastpurge',
24-
version='1.0.4',
24+
version='1.0.5',
2525
packages=['fastpurge'],
2626
url='https://github.com/release-engineering/python-fastpurge',
2727
license='GNU General Public License',

0 commit comments

Comments
 (0)