File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- 0.8.0 (unreleased)
2
- ------------------
1
+ 0.8.0
2
+ -----
3
3
4
4
* Renames ` objectactions ` to ` change_actions `
5
5
* Removes ` get_objectactions ` (see below)
Original file line number Diff line number Diff line change @@ -71,10 +71,11 @@ version:
71
71
@sed -i -r /version/s/[0-9.]+/$(VERSION ) / django_object_actions/__init__.py
72
72
73
73
# Release instructions
74
- # 1. bump VERSION
75
- # 2. run `make release`
76
- # 3. `git push --tags origin master`
77
- # 4. update release notes
74
+ # 1. update CHANGELOG
75
+ # 2. bump VERSION
76
+ # 3. run `make release`
77
+ # 4. `git push --tags origin master`
78
+ # 5. update release notes
78
79
release : clean version
79
80
@git commit -am " bump version to v$( VERSION) "
80
81
@git tag v$(VERSION )
Original file line number Diff line number Diff line change 1
- 0.7 .0
1
+ 0.8 .0
Original file line number Diff line number Diff line change 1
1
"""A Django app for adding object tools for models in the admin."""
2
- __version__ = '0.7 .0'
2
+ __version__ = '0.8 .0'
3
3
4
4
5
5
# kind of like __all__, make these available for public
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'django-object-actions' ,
6
- version = '0.7 .0' ,
6
+ version = '0.8 .0' ,
7
7
author = 'Chris Chang' ,
8
8
9
9
url = 'https://github.com/crccheck/django-object-actions' ,
You can’t perform that action at this time.
0 commit comments