diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40c0f8c0..0e61a181 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,12 @@ Changelog ========= -Next release ------------- +3.3.0 (2017-07-04) +------------------ * Support for HTTP_PROXY and HTTPS_PROXY environment variables +* Support for some project commands without a local source checkout +* Experimental support for listing and setting environment variables 3.2.0 (2017-04-07) diff --git a/divio_cli/__init__.py b/divio_cli/__init__.py index 573cf70b..6a157dcb 100644 --- a/divio_cli/__init__.py +++ b/divio_cli/__init__.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.3.0'