Skip to content

Commit 4691d9b

Browse files
committed
django-fhadmin 2.3
1 parent 61a0760 commit 4691d9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Change log
22
==========
33

4-
`Next version`_
4+
Next version
55
~~~~~~~~~~~~~~~
66

7-
.. _Next version: https://github.com/feinheit/django-fhadmin/compare/2.2...main
7+
2.3 (2024-09-24)
8+
~~~~~~~~~~~~~~~~
89

910
- Added support for merging apps.
1011
- Reinstated the support for filtering the dashboard by ``app_label``.

fhadmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 2, 6)
1+
VERSION = (2, 3, 0)
22
__version__ = ".".join(map(str, VERSION))
33

44
FHADMIN_GROUPS_REMAINING = "REMAINING"

0 commit comments

Comments
 (0)