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 f897a59 commit 0898348Copy full SHA for 0898348
Changes.rst
@@ -1,3 +1,10 @@
1
+Changes for v1.0.1 (2021-12-05)
2
+===============================
3
+
4
+- Update Python compatibility markers
5
6
+- Update test and documentation infrastructure
7
8
Changes for v1.0.0 (2019-10-30)
9
===============================
10
setup.py
@@ -5,7 +5,7 @@
setup(
name='ensure',
- version='1.0.0',
+ version='1.0.1',
url='https://github.com/kislyuk/ensure',
license='Apache Software License',
11
author='Andrey Kislyuk',
0 commit comments