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 b12125f commit 4b77e24Copy full SHA for 4b77e24
Changes.rst
@@ -1,3 +1,13 @@
1
+Changes for v1.0.0 (2019-10-30)
2
+===============================
3
+
4
+- Add contains_key, an alias for has_key
5
6
+- Document PicklingError for ensure_annotations in multiprocessing
7
+ (#32)
8
9
+- Package is stable
10
11
Changes for v0.8.2 (2019-01-14)
12
===============================
13
setup.py
@@ -7,7 +7,7 @@
setup(
name='ensure',
- version='0.8.2',
+ version='1.0.0',
url='https://github.com/kislyuk/ensure',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments