Version bump for release

This commit is contained in:
Honza Král
2017-05-18 19:11:38 +02:00
parent 72105e3f4c
commit aea9824d53
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
Changelog Changelog
========= =========
5.4.0 (dev) 5.4.0 (2017-05-18)
----------- ------------------
* ``bulk`` helpers now extract ``pipeline`` parameter from the action * ``bulk`` helpers now extract ``pipeline`` parameter from the action
dictionary. dictionary.
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import from __future__ import absolute_import
VERSION = (5, 3, 0) VERSION = (5, 4, 0)
__version__ = VERSION __version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION)) __versionstr__ = '.'.join(map(str, VERSION))
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages from setuptools import setup, find_packages
import sys import sys
VERSION = (5, 3, 0) VERSION = (5, 4, 0)
__version__ = VERSION __version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION)) __versionstr__ = '.'.join(map(str, VERSION))