Skip to content

Commit

Permalink
Version bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kurek committed Feb 24, 2017
1 parent 5281f61 commit 3923c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -54,9 +54,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion tipboard/__init__.py
Expand Up @@ -7,5 +7,5 @@
from __future__ import unicode_literals


VERSION = (1, 4, 1)
VERSION = (1, 4, 2)
__version__ = '.'.join(str(num) for num in VERSION)

0 comments on commit 3923c2b

Please sign in to comment.