Version bump
This commit is contained in:
@@ -5,6 +5,10 @@ Changelog
|
|||||||
7.1.0 (dev)
|
7.1.0 (dev)
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
7.0.5 (2019-10-01)
|
||||||
|
-----------
|
||||||
|
* Fix ``verify_certs=False``
|
||||||
|
|
||||||
7.0.4 (2019-08-22)
|
7.0.4 (2019-08-22)
|
||||||
-----------
|
-----------
|
||||||
* Fix wheel distribution
|
* Fix wheel distribution
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
VERSION = (7, 0, 4)
|
VERSION = (7, 0, 5)
|
||||||
__version__ = VERSION
|
__version__ = VERSION
|
||||||
__versionstr__ = ".".join(map(str, VERSION))
|
__versionstr__ = ".".join(map(str, VERSION))
|
||||||
|
|
||||||
|
|||||||
@@ -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 = (7, 0, 4)
|
VERSION = (7, 0, 5)
|
||||||
__version__ = VERSION
|
__version__ = VERSION
|
||||||
__versionstr__ = ".".join(map(str, VERSION))
|
__versionstr__ = ".".join(map(str, VERSION))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user