Skip to content

Commit

Permalink
Set version to 4.17.2 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Apr 25, 2024
1 parent 3c5dc30 commit 24e5e78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion geniza/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 24e5e78

Please sign in to comment.