version bump for 7.0.4

This commit is contained in:
Honza Král
2019-08-22 18:10:02 +02:00
parent a40b7c73d7
commit 4244f88fc1
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@ Changelog
7.1.0 (dev)
-----------
7.0.4 (2019-08-22)
-----------
* Fix wheel distribution
7.0.3 (2019-08-21)
-----------
* remove sleep in retries
+1 -1
View File
@@ -1,7 +1,7 @@
# flake8: noqa
from __future__ import absolute_import
VERSION = (7, 0, 3)
VERSION = (7, 0, 4)
__version__ = 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
import sys
VERSION = (7, 0, 3)
VERSION = (7, 0, 4)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))