From 58a8f2d5bf60950236628b93836c78bf4bc0eebe Mon Sep 17 00:00:00 2001 From: Mateusz Kurek Date: Mon, 9 Jul 2018 11:19:25 +0200 Subject: Bump version to 1.4.3 --- 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 65fcb1a..c1bb95e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -54,9 +54,9 @@ copyright = u'2013-2017, Allegro Group' # built documents. # # The short X.Y version. -version = '1.4.2' +version = '1.4.3' # The full version, including alpha/beta/rc tags. -release = '1.4.2' +release = '1.4.3' # 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 fc67186..087ea77 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, 2) +VERSION = (1, 4, 3) __version__ = '.'.join(str(num) for num in VERSION) -- cgit v1.2.3