Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Changes in Apache Libcloud 3.9.2
Changes in Apache Libcloud 4.0.0
--------------------------------

Common
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page describes how to upgrade from a previous version to a new version
which contains backward incompatible or semi-incompatible changes and how to
preserve the old behavior when this is possible.

Libcloud 3.9.2
Libcloud 4.0.0
--------------

Compute driver implementations now use the same argument order and optionality
Expand Down
2 changes: 1 addition & 1 deletion libcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

__all__ = ["__version__", "enable_debug"]

__version__ = "3.9.2.dev0"
__version__ = "4.0.0.dev0"


def enable_debug(fo):
Expand Down