Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Jun 9, 2017
1 parent 0d865fb commit 360bbc8
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.4 (2017-06-08)
++++++++++++++++++

* Add support for serializing sequences and mappings other than list and dict
* Change Tuple type to return tuples on load()

1.1.3 (2017-05-10)
++++++++++++++++++

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.3'
version = u'1.1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.1.3'
release = u'1.1.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.1.3'
__version__ = '1.1.4'
__author__ = 'Maxim Kulkin'

0 comments on commit 360bbc8

Please sign in to comment.