Skip to content

Commit e99fc83

Browse files
committed
v3.3.1
1 parent 6e2caf4 commit e99fc83

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
Changes for v3.3.0 (2024-08-19)
210
===============================
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="watchtower",
7-
version="3.3.0",
7+
version="3.3.1",
88
url="https://github.com/kislyuk/watchtower",
99
license="Apache Software License",
1010
author="Andrey Kislyuk",

0 commit comments

Comments
 (0)