Skip to content

Commit cb1c90e

Browse files
committed
v0.8.2
1 parent 1cf0747 commit cb1c90e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
Changes for v0.8.1 (2019-01-14)
27
===============================
38

setup.py

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

88
setup(
99
name='ensure',
10-
version='0.8.1',
10+
version='0.8.2',
1111
url='https://github.com/kislyuk/ensure',
1212
license='Apache Software License',
1313
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)