Explorar el Código

Patch release v0.3.3

Enis Afgan hace 8 años
padre
commit
d40eb16fa2
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      CHANGELOG.rst
  2. 1 1
      cloudbridge/__init__.py

+ 5 - 0
CHANGELOG.rst

@@ -1,3 +1,8 @@
+0.3.3 - Aug 7, 2017. (sha 348e1e88935f61f53a83ed8d6a0e012a46621e25)
+-------
+
+* Remove explicit versioning of requests and Babel
+
 0.3.2 - June 10, 2017. (sha f07f3cbd758a0872b847b5537d9073c90f87c24d)
 -------
 

+ 1 - 1
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():