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 1cf0747 commit cb1c90eCopy full SHA for cb1c90e
Changes.rst
@@ -1,3 +1,8 @@
1
+Changes for v0.8.2 (2019-01-14)
2
+===============================
3
+
4
+- Fix version range compat error with collections.abc
5
6
Changes for v0.8.1 (2019-01-14)
7
===============================
8
setup.py
@@ -7,7 +7,7 @@
setup(
9
name='ensure',
10
- version='0.8.1',
+ version='0.8.2',
11
url='https://github.com/kislyuk/ensure',
12
license='Apache Software License',
13
author='Andrey Kislyuk',
0 commit comments