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 95729ea commit bd8adcaCopy full SHA for bd8adca
Changes.rst
@@ -1,3 +1,10 @@
1
+Changes for v0.8.0 (2019-01-14)
2
+===============================
3
+
4
+- Return type of the incorrect value in EnsureError (#28)
5
6
+- Move implmentation into submodule to clean up namespace
7
8
Changes for v0.6.2 (2016-05-27)
9
===============================
10
Length assertion helpers
setup.py
@@ -7,7 +7,7 @@
setup(
name='ensure',
- version='0.7.0',
+ version='0.8.0',
11
url='https://github.com/kislyuk/ensure',
12
license='Apache Software License',
13
author='Andrey Kislyuk',
0 commit comments