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 7da8cf3 commit 209b71eCopy full SHA for 209b71e
Changes.rst
@@ -1,3 +1,11 @@
1
+Changes for v1.0.4 (2023-12-09)
2
+===============================
3
+
4
+- Add support for Python 3.12: use assertRaisesRegex instead of
5
+ assertRaisesRegexp
6
7
+- Test infrastructure improvements
8
9
Changes for v1.0.3 (2023-05-06)
10
===============================
11
setup.py
@@ -6,7 +6,7 @@
setup(
name="ensure",
- version="1.0.3",
+ version="1.0.4",
url="https://github.com/kislyuk/ensure",
license="Apache Software License",
12
author="Andrey Kislyuk",
0 commit comments