Skip to content

Commit c1f4f05

Browse files
committed
Prepare changes for v3.9.0 release.
1 parent 59fca61 commit c1f4f05

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Changes in Apache Libcloud in development
5-
-----------------------------------------
4+
Changes in Apache Libcloud 3.9.0
5+
--------------------------------
66

77
Common
88
~~~~~~

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
# built documents.
7676
#
7777
# The short X.Y version.
78-
version = "3.8.0"
78+
version = "3.9.0"
7979

8080
# The full version, including alpha/beta/rc tags.
81-
release = "3.8.0"
81+
release = "3.9.0"
8282

8383
# The language for content autogenerated by Sphinx. Refer to documentation
8484
# for a list of supported languages.

libcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
__all__ = ["__version__", "enable_debug"]
4141

42-
__version__ = "3.8.1.dev"
42+
__version__ = "3.9.0"
4343

4444

4545
def enable_debug(fo):

0 commit comments

Comments
 (0)