Version bump for release
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
5.4.0 (dev)
|
||||
-----------
|
||||
5.4.0 (2017-05-18)
|
||||
------------------
|
||||
|
||||
* ``bulk`` helpers now extract ``pipeline`` parameter from the action
|
||||
dictionary.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
VERSION = (5, 3, 0)
|
||||
VERSION = (5, 4, 0)
|
||||
__version__ = VERSION
|
||||
__versionstr__ = '.'.join(map(str, VERSION))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user