We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fca61 commit c1f4f05Copy full SHA for c1f4f05
3 files changed
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Changes in Apache Libcloud in development
5
------------------------------------------
+Changes in Apache Libcloud 3.9.0
+--------------------------------
6
7
Common
8
~~~~~~
docs/conf.py
@@ -75,10 +75,10 @@
75
# built documents.
76
#
77
# The short X.Y version.
78
-version = "3.8.0"
+version = "3.9.0"
79
80
# The full version, including alpha/beta/rc tags.
81
-release = "3.8.0"
+release = "3.9.0"
82
83
# The language for content autogenerated by Sphinx. Refer to documentation
84
# for a list of supported languages.
libcloud/__init__.py
@@ -39,7 +39,7 @@
39
40
__all__ = ["__version__", "enable_debug"]
41
42
-__version__ = "3.8.1.dev"
+__version__ = "3.9.0"
43
44
45
def enable_debug(fo):
0 commit comments