Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Dec 19, 2016
1 parent 70643bd commit 353ddc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

1.0.3 (2016-12-18)
++++++++++++++++++

* Fixed usage of validators when you add them after type was created
* Fixed validated_type() not being public API

1.0.2 (2016-11-29)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.2'
version = u'1.0.3'
# The full version, including alpha/beta/rc tags.
release = u'1.0.2'
release = u'1.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lollipop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.0.2'
__version__ = '1.0.3'
__author__ = 'Maxim Kulkin'

0 comments on commit 353ddc2

Please sign in to comment.