Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Feb 7, 2017
1 parent bf0e052 commit 22826ee
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 (2017-02-07)
++++++++++++++++

* Improved repr() for type objects to allow figuring out schema by just printint it
* Updated Dict type to allow transforming/validating dictionary keys
* Fixed/updated custom type documentation

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

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

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

0 comments on commit 22826ee

Please sign in to comment.