Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Mar 28, 2017
1 parent 6d068ab commit 2444862
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
---------

1.1.2 (2017-03-28)
++++++++++++++++++

* Make all builtin validators context-aware
* Make validators part of public type interface
* Fix repr for Length validator

1.1.1 (2017-03-07)
++++++++++++++++++

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

# 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.1.1'
__version__ = '1.1.2'
__author__ = 'Maxim Kulkin'

0 comments on commit 2444862

Please sign in to comment.