We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3cbef7 + 9ea97fd commit ec9b742Copy full SHA for ec9b742
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 1.0.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize = {major}.{minor}.{patch}
5
commit = True
CHANGES
@@ -1,3 +1,9 @@
+1.0.0
+-----
+* refactor javascript
+* add HTTP Basi Auth support
+
6
7
0.1.0
8
-----
9
* Initial Release
src/admin_extra_buttons/__init__.py
default_app_config = 'admin_extra_buttons.apps.Config'
NAME = 'django-admin-extra-buttons'
-VERSION = __version__ = '0.1.0'
+VERSION = __version__ = '1.0.0'
__author__ = 'sax'
0 commit comments