From de5e59927b2c7d596e94bca2b9cf711b68733118 Mon Sep 17 00:00:00 2001 From: Maxim Kulkin Date: Tue, 7 Mar 2017 16:19:37 -0800 Subject: [PATCH] Bump version to 1.1.1 --- CHANGELOG.rst | 6 ++++++ docs/conf.py | 4 ++-- lollipop/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 567b217..dad7eec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) ++++++++++++++++ diff --git a/docs/conf.py b/docs/conf.py index 9ac9bd2..9a1fc67 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/lollipop/__init__.py b/lollipop/__init__.py index 80e3ee4..79cddb5 100644 --- a/lollipop/__init__.py +++ b/lollipop/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1' +__version__ = '1.1.1' __author__ = 'Maxim Kulkin'