We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52479ca commit d5827bfCopy full SHA for d5827bf
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
- n/a
11
12
+# 1.0.5 - 2024-03-22
13
+
14
+### Changed
15
16
+- Improved handling and logging of retries for requests
17
18
## 1.0.4 - 2022-12-07
19
20
### Changed
setup.py
@@ -21,7 +21,7 @@ def get_requirements():
21
22
setup(
23
name='fastpurge',
24
- version='1.0.4',
+ version='1.0.5',
25
packages=['fastpurge'],
26
url='https://github.com/release-engineering/python-fastpurge',
27
license='GNU General Public License',
0 commit comments