Skip to content

Commit

Permalink
FeinCMS v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Mar 9, 2023
1 parent 8e3a0cb commit 3f25432
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

.. _Next version: https://github.com/feincms/feincms/compare/v22.4.0...main
.. _Next version: https://github.com/feincms/feincms/compare/v23.1.0...main


`v23.1.0`_ (2023-03-09)
~~~~~~~~~~~~~~~~~~~~~~~

.. _v23.1.0: https://github.com/feincms/feincms/compare/v22.4.0...v23.1.0

- Fixed a place where ``ACTION_CHECKBOX_NAME`` was imported from the wrong
place.
Expand Down
2 changes: 1 addition & 1 deletion feincms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (22, 4, 0)
VERSION = (23, 1, 0)
__version__ = ".".join(map(str, VERSION))


Expand Down

0 comments on commit 3f25432

Please sign in to comment.