From 3923c2bfe9c0dfa998c6ec76dbb92cda5effcd7b Mon Sep 17 00:00:00 2001 From: Mateusz Kurek Date: Fri, 24 Feb 2017 07:56:16 +0100 Subject: Version bump to 1.4.2 --- doc/conf.py | 4 ++-- tipboard/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index e3e73f7..d186b23 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -54,9 +54,9 @@ copyright = u'2013-2015, Allegro Group' # built documents. # # The short X.Y version. -version = '1.4.1' +version = '1.4.2' # The full version, including alpha/beta/rc tags. -release = '1.4.1' +release = '1.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/tipboard/__init__.py b/tipboard/__init__.py index 46a441e..fc67186 100644 --- a/tipboard/__init__.py +++ b/tipboard/__init__.py @@ -7,5 +7,5 @@ from __future__ import print_function from __future__ import unicode_literals -VERSION = (1, 4, 1) +VERSION = (1, 4, 2) __version__ = '.'.join(str(num) for num in VERSION) -- cgit v1.2.3