Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Feb 2, 2017
1 parent 1090823 commit 2cdd998
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
---------

1.0.4 (2017-02-02)
++++++++++++++++++

* Fix Transform type not being exported
(thanks to Vladimir Bolshakov <https://github.com/vovanbo>)
* Declare support for Python 3.6
(thanks to Vladimir Bolshakov <https://github.com/vovanbo>)

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

* Add validated_type to list of exported functions
* Fix context awareness for manually added validators

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.4'
# The full version, including alpha/beta/rc tags.
release = u'1.0.2'
release = u'1.0.4'

# 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.4'
__author__ = 'Maxim Kulkin'

0 comments on commit 2cdd998

Please sign in to comment.