Skip to content

Commit bd8adca

Browse files
committed
v0.8.0
1 parent 95729ea commit bd8adca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Changes for v0.6.2 (2016-05-27)
29
===============================
310
Length assertion helpers

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.7.0',
10+
version='0.8.0',
1111
url='https://github.com/kislyuk/ensure',
1212
license='Apache Software License',
1313
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)