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 61a0760 commit 4691d9bCopy full SHA for 4691d9b
CHANGELOG.rst
@@ -1,10 +1,11 @@
1
Change log
2
==========
3
4
-`Next version`_
+Next version
5
~~~~~~~~~~~~~~~
6
7
-.. _Next version: https://github.com/feinheit/django-fhadmin/compare/2.2...main
+2.3 (2024-09-24)
8
+~~~~~~~~~~~~~~~~
9
10
- Added support for merging apps.
11
- Reinstated the support for filtering the dashboard by ``app_label``.
fhadmin/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (2, 2, 6)
+VERSION = (2, 3, 0)
__version__ = ".".join(map(str, VERSION))
FHADMIN_GROUPS_REMAINING = "REMAINING"
0 commit comments