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+ -----
33
44* Renames ` objectactions ` to ` change_actions `
55* Removes ` get_objectactions ` (see below)
Original file line number Diff line number Diff line change @@ -71,10 +71,11 @@ version:
7171 @sed -i -r /version/s/[0-9.]+/$(VERSION ) / django_object_actions/__init__.py
7272
7373# 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
7879release : clean version
7980 @git commit -am " bump version to v$( VERSION) "
8081 @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 11"""A Django app for adding object tools for models in the admin."""
2- __version__ = '0.7 .0'
2+ __version__ = '0.8 .0'
33
44
55# kind of like __all__, make these available for public
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'django-object-actions' ,
6- version = '0.7 .0' ,
6+ version = '0.8 .0' ,
77 author = 'Chris Chang' ,
8899 url = 'https://github.com/crccheck/django-object-actions' ,
You can’t perform that action at this time.
0 commit comments