Skip to content

Commit

Permalink
Update version and changelog for a 3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Charness committed Jan 3, 2017
1 parent 44ed1b5 commit be5f7fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 3.2:
- Added compatibility for pre-1.21 API for use with a pre-1.9 engine.

Version 3.1:
- Changed image deletion to use tags, not Ids. This fixes an issue when deleting an image
that is a parent of another image.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '3.1'
__version__ = '3.2'

__build__ = ''

Expand Down

0 comments on commit be5f7fb

Please sign in to comment.