File tree 4 files changed +27
-3
lines changed
4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+
3
+ I didn't get around to everything I listed in #44 as a release blocker for 1.0,
4
+ but with Django going 2.0 and dropping backwards compatibility, I decided this
5
+ library needs some more stability. In the future look for more removals as
6
+ support for older versions of Django keep getting dropped.
7
+
8
+ https://github.com/crccheck/django-object-actions/compare/v0.10.0...v1.0.0
9
+
10
+ ### Added
11
+ * [ 430be02e59] - Add support for Django 2.0 (#85 )
12
+
13
+ ### Changed
14
+ * [ a7b183f3c1] - Cleanup random Django version support docs (#86 )
15
+ * [ 81af3e7cd5] - Add a redirect example to the README (#82 )
16
+
1
17
## 0.10.0
2
18
3
19
* Add support for Django 1.11 (#76 #78 )
4
20
21
+ https://github.com/crccheck/django-object-actions/compare/v0.9.0...v0.10.0
22
+
5
23
## 0.9.0
6
24
7
25
* Add support for all primary key formats (#75 )
8
26
* Add support for Django 1.10 (#74 )
9
- * Remove support for Django 1.6 (#73 )
10
27
* Documentation tweaks (#71 #70 )
11
28
29
+ ### Removed
30
+ * Remove support for Django 1.6 (#73 )
31
+
32
+ https://github.com/crccheck/django-object-actions/compare/v0.8.2...v0.9.0
33
+
12
34
## 0.8.2
13
35
14
36
* Fix how the demo site stopped working because of bad settings
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ version:
83
83
# 3. run `make release`
84
84
# 4. `git push --tags origin master`
85
85
# 5. update release notes
86
+ # 6. `chandler push`
87
+ # 6. `make build docker/publish`
86
88
release : clean version
87
89
@git commit -am " bump version to v$( VERSION) "
88
90
@git tag v$(VERSION )
Original file line number Diff line number Diff line change 1
- 0.10 .0
1
+ 1.0 .0
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'django-object-actions' ,
6
- version = '0.10 .0' ,
6
+ version = '1.0 .0' ,
7
7
author = 'Chris Chang' ,
8
8
author_email = 'c@crccheck.com' ,
9
9
url = 'https://github.com/crccheck/django-object-actions' ,
You can’t perform that action at this time.
0 commit comments