Skip to content

Commit

Permalink
Prepare 0.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Jul 31, 2017
1 parent b06c2f9 commit 695a811
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.5.0
3.4.3
2.7.10
3.5.2
3.4.6
2.7.12
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.6.0 - 2017-07-31
------------------

* Added viewport support to pass viewport max-width/max-height in addition to size
* Added support for crop gravity ("crop" now accepts True (fallback to "Center")
or a gravity orientation according to the GraphicsMagick documentation)


0.5.0 - 2017-02-14
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import find_packages, setup


version = '0.5.0'
version = '0.6.0'


if sys.argv[-1] == 'publish':
Expand Down

0 comments on commit 695a811

Please sign in to comment.