Skip to content

Commit

Permalink
2.9.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Apr 19, 2024
1 parent ed99242 commit f4caeee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
----------
CHANGELOG
----------
v 2.9.3 (19 April 2024)
- Fix: Submit event handler in FilteredSelectMultiple removes selected options from tabular_permissions #27 (@DemidovEvg)
- Fix error caused by non-existent model.label #26 (@SteMazzO)
- fix: reminder_perms not work with extra default_permissions #29 (@DemidovEvg)


v 2.9.2 (24 July 2023)
- Update readme to show how to run tests
- update demo project to use Django latest releases
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-tabular-permissions',
version='2.9.2',
version='2.9.3',
packages=['tabular_permissions'],
include_package_data=True,
license='BSD License',
Expand All @@ -22,20 +22,20 @@
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down
2 changes: 1 addition & 1 deletion tabular_permissions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.9.2'
__version__ = '2.9.3'

0 comments on commit f4caeee

Please sign in to comment.