Skip to content

Commit

Permalink
release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chive committed Oct 19, 2016
1 parent 9087184 commit faaafbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ Changelog
=========


2.3.3 (unreleased)
2.3.3 (2016-10-19)
------------------

* Make login status check more resilient by not relying on its own executable to be findable in `PATH`
* Add ``aldryn project import/export db`` commands
* Doctor checks can now be disabled through the global ``.aldryn`` file
* ``aldryn project update`` now detects the current git branch
* Make login status check more resilient by not relying on its own executable to be findable in `PATH`
* Fix issues with ``aldryn addon/boilerplate upload`` in Python 3
* Fix error with recursive delete on windows during project setup


2.3.2 (2016-07-05)
Expand Down
2 changes: 1 addition & 1 deletion aldryn_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.2'
__version__ = '2.3.3'

0 comments on commit faaafbd

Please sign in to comment.