We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348e1e8 commit d40eb16Copy full SHA for d40eb16
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+0.3.3 - Aug 7, 2017. (sha 348e1e88935f61f53a83ed8d6a0e012a46621e25)
2
+-------
3
+
4
+* Remove explicit versioning of requests and Babel
5
6
0.3.2 - June 10, 2017. (sha f07f3cbd758a0872b847b5537d9073c90f87c24d)
7
-------
8
cloudbridge/__init__.py
@@ -2,7 +2,7 @@
import logging
# Current version of the library
-__version__ = '0.3.2'
+__version__ = '0.3.3'
def get_version():
0 commit comments