We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ed1b5 commit be5f7fbCopy full SHA for be5f7fb
CHANGES.md
@@ -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
+
4
Version 3.1:
5
- Changed image deletion to use tags, not Ids. This fixes an issue when deleting an image
6
that is a parent of another image.
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-__version__ = '3.1'
+__version__ = '3.2'
7
__build__ = ''
8
0 commit comments