Skip to content

Commit

Permalink
Merge branch 'feature/1.0' into develop
Browse files Browse the repository at this point in the history
* feature/1.0:
  updates CHANGES
  Bump version: 0.1.0 → 1.0.0
  • Loading branch information
saxix committed Feb 21, 2022
2 parents b3cbef7 + 9ea97fd commit ec9b742
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 1.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
Expand Down
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0
-----
* refactor javascript
* add HTTP Basi Auth support


0.1.0
-----
* Initial Release
2 changes: 1 addition & 1 deletion src/admin_extra_buttons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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 comments on commit ec9b742

Please sign in to comment.