Skip to content

Commit be5f7fb

Browse files
author
Dave Charness
committed
Update version and changelog for a 3.2 release
1 parent 44ed1b5 commit be5f7fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 3.2:
2+
- Added compatibility for pre-1.21 API for use with a pre-1.9 engine.
3+
14
Version 3.1:
25
- Changed image deletion to use tags, not Ids. This fixes an issue when deleting an image
36
that is a parent of another image.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
__version__ = '3.1'
5+
__version__ = '3.2'
66

77
__build__ = ''
88

0 commit comments

Comments
 (0)