Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed May 10, 2017
1 parent edf22d2 commit f7c50ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.3 (2017-05-10)
++++++++++++++++++

* Fix exports for Date, Time and DateTime types
* Update Object type default constructor to return object-like value

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

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@

# General information about the project.
project = u'Lollipop'
copyright = u'2016, Maxim Kulkin'
copyright = u'2016-2017, Maxim Kulkin'
author = u'Maxim Kulkin'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'1.1.2'
version = u'1.1.3'
# The full version, including alpha/beta/rc tags.
release = u'1.1.2'
release = u'1.1.3'

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

0 comments on commit f7c50ac

Please sign in to comment.