Skip to content

Commit ec9b742

Browse files
committed
Merge branch 'feature/1.0' into develop
* feature/1.0: updates CHANGES Bump version: 0.1.0 → 1.0.0
2 parents b3cbef7 + 9ea97fd commit ec9b742

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 1.0.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0
2+
-----
3+
* refactor javascript
4+
* add HTTP Basi Auth support
5+
6+
17
0.1.0
28
-----
39
* Initial Release

src/admin_extra_buttons/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = 'admin_extra_buttons.apps.Config'
22

33
NAME = 'django-admin-extra-buttons'
4-
VERSION = __version__ = '0.1.0'
4+
VERSION = __version__ = '1.0.0'
55
__author__ = 'sax'

0 commit comments

Comments
 (0)