File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+
3+ ### Added
4+ * [ 4191afd691] - feat: Make default labels prettier (#93 )
5+
6+ ### Fixed
7+ * [ fb908697a6] - Return to preserved filters on change_list after object action (#88 )
8+
19## 1.0.0
210
311I didn't get around to everything I listed in #44 as a release blocker for 1.0,
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ test/%:
7373bash :
7474 docker run --rm -it $(IMAGE ) :2.0 /bin/bash
7575
76+ .PHONY : version
7677version :
7778 @sed -i -r /version/s/[0-9.]+/$(VERSION ) / setup.py
7879 @sed -i -r /version/s/[0-9.]+/$(VERSION ) / django_object_actions/__init__.py
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .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.10 .0'
2+ __version__ = '1.1 .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 = '1.0 .0' ,
6+ version = '1.1 .0' ,
77 author = 'Chris Chang' ,
88 author_email = 'c@crccheck.com' ,
99 url = 'https://github.com/crccheck/django-object-actions' ,
You can’t perform that action at this time.
0 commit comments