Skip to content

Commit f442c03

Browse files
0.5.1 release
1 parent 8d3174c commit f442c03

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

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

4+
0.5.1
5+
``````
6+
7+
+ Fixed various Access Key bugs.
8+
49
0.5.0
510
``````
611
+ Added support for Access Keys.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ To run tests:
572572
Changelog
573573
---------
574574

575-
This project is in alpha stage at version 0.5.0 . See the full CHANGELOG `here <./CHANGELOG.rst>`_.
575+
This project is in alpha stage at version 0.5.1 . See the full CHANGELOG `here <./CHANGELOG.rst>`_.
576576

577577

578578
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.5.0"
8+
VERSION = "0.5.1"
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.5.0",
28+
version="0.5.1",
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)