Skip to content

Commit 9545393

Browse files
committed
Release 3.3.2
1 parent b27273a commit 9545393

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
5+
3.3.2 (2017-07-28)
6+
------------------
7+
8+
* Add support for database upload from the working directory (``divio project push .. --dump-file ..``)
9+
* Add support for taking backups with deployments with ``divio project deploy --backup``
10+
* Add support for returning last deployment log with ``divio project deploy-log``
11+
12+
13+
3.3.1 (2017-07-06)
14+
-----------------
15+
16+
* Minor bug fixes and automation improvements
17+
18+
419
3.3.0 (2017-07-04)
520
------------------
621

divio_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.3.1'
1+
__version__ = '3.3.2'

0 commit comments

Comments
 (0)