Skip to content

Commit 2c75316

Browse files
committed
Bump version to 0.7.0
1 parent adbb89d commit 2c75316

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
0.7.0
5+
``````
6+
7+
+ Do not force TLSv1 which is deprecated
8+
9+
410
0.6.1
511
``````
612

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ To run tests:
655655
Changelog
656656
---------
657657

658-
This project is in alpha stage at version 0.6.1. See the full `CHANGELOG <./CHANGELOG.rst>`_.
658+
This project is in alpha stage at version 0.7.0. See the full `CHANGELOG <./CHANGELOG.rst>`_.
659659

660660

661661
Questions & Support

keen/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from keen import exceptions
66

77

8-
VERSION = "0.6.1"
8+
VERSION = "0.7.0"
99

1010
def version():
1111
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="keen",
28-
version="0.6.1",
28+
version="0.7.0",
2929
description="Python Client for Keen IO",
3030
long_description=codecs.open(os.path.join('README.rst'), 'r', encoding='UTF-8').read(),
3131
author="Keen IO",

0 commit comments

Comments
 (0)