diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b50a70f0a..ff2ced6a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ========== +4.17.2 +------ + +- bugfix: Unable to rotate or reorder images in admin due to undefined rotation controls + 4.17.1 ------ diff --git a/geniza/__init__.py b/geniza/__init__.py index fb7256379..0a50aed54 100644 --- a/geniza/__init__.py +++ b/geniza/__init__.py @@ -1,4 +1,4 @@ -__version_info__ = (4, 18, 0, "dev") +__version_info__ = (4, 17, 2, None) # Dot-connect all but the last. Last is dash-connected if not None.