Skip to content

Commit d40eb16

Browse files
committed
Patch release v0.3.3
1 parent 348e1e8 commit d40eb16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.3 - Aug 7, 2017. (sha 348e1e88935f61f53a83ed8d6a0e012a46621e25)
2+
-------
3+
4+
* Remove explicit versioning of requests and Babel
5+
16
0.3.2 - June 10, 2017. (sha f07f3cbd758a0872b847b5537d9073c90f87c24d)
27
-------
38

cloudbridge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33

44
# Current version of the library
5-
__version__ = '0.3.2'
5+
__version__ = '0.3.3'
66

77

88
def get_version():

0 commit comments

Comments
 (0)