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 5ec9f96 commit 45840cfCopy full SHA for 45840cf
CHANGES
@@ -1,3 +1,8 @@
1
+1.4.2
2
+-----
3
+* catch OSError when checking decorator
4
+
5
6
1.4
7
-----
8
* add support for @decorators
src/admin_extra_buttons/__init__.py
@@ -1,5 +1,5 @@
default_app_config = 'admin_extra_buttons.apps.Config'
NAME = 'django-admin-extra-buttons'
-VERSION = __version__ = '1.4.0'
+VERSION = __version__ = '1.4.2'
__author__ = 'sax'
0 commit comments