Skip to content

Commit

Permalink
FeinCMS v23.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 7, 2023
1 parent c64fcdb commit ec455aa
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/v23.1.0...main
.. _Next version: https://github.com/feincms/feincms/compare/v23.8.0...main


`v23.8.0`_ (2023-08-07)
~~~~~~~~~~~~~~~~~~~~~~~

.. _v23.8.0: https://github.com/feincms/feincms/compare/v23.1.0...v23.8.0

- Made the filter argument of content base's ``get_queryset`` method optional.
This enables easier interoperability of FeinCMS content types with feincms3
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 = (23, 1, 0)
VERSION = (23, 8, 0)
__version__ = ".".join(map(str, VERSION))


Expand Down

0 comments on commit ec455aa

Please sign in to comment.