Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Mar 8, 2017
1 parent 52c0cbf commit de5e599
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.1.1 (2017-03-07)
++++++++++++++++++

* Add "name" and "description" fields to types
* Updated modifier types to proxy unknown attributes to inner types

1.1 (2017-02-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'
version = u'1.1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1'
release = u'1.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.1'
__version__ = '1.1.1'
__author__ = 'Maxim Kulkin'

0 comments on commit de5e599

Please sign in to comment.