We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2caf4 commit e99fc83Copy full SHA for e99fc83
Changes.rst
@@ -1,3 +1,11 @@
1
+Changes for v3.3.1 (2024-08-20)
2
+===============================
3
+
4
+- Fix type errors introduced in #201 (required to restore compatibility
5
+ with Python 3.8)
6
7
+- Test infrastructure improvements
8
9
Changes for v3.3.0 (2024-08-19)
10
===============================
11
setup.py
@@ -4,7 +4,7 @@
setup(
name="watchtower",
- version="3.3.0",
+ version="3.3.1",
url="https://github.com/kislyuk/watchtower",
license="Apache Software License",
author="Andrey Kislyuk",
0 commit comments