File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v3.1.0 (2021-12-18)
6
+ ### Feature
7
+ * ** ci:** Add manual semantic-release ([ #128 ] ( https://github.com/crccheck/django-object-actions/issues/128 ) ) ([ ` f43fd11 ` ] ( https://github.com/crccheck/django-object-actions/commit/f43fd1199a72be013766d437fe54d875e2fdd53f ) )
8
+ * Add Python 3.9 & 3.10 support ([ ` 28f0ef7 ` ] ( https://github.com/crccheck/django-object-actions/commit/28f0ef7dd62eedbdac9d34ad115245ef8d935c4d ) )
9
+
10
+ ### Fix
11
+ * Fix typo in version_variable ([ #130 ] ( https://github.com/crccheck/django-object-actions/issues/130 ) ) ([ ` 040a802 ` ] ( https://github.com/crccheck/django-object-actions/commit/040a8029c298d8bb17ffab0b75b9b9ecc3d70de2 ) )
12
+
5
13
### [ 3.0.2] ( https://github.com/crccheck/django-object-actions/compare/v3.0.1...v3.0.2 ) (2021-04-09)
6
14
7
15
### Refactors
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__ = "3.0.2 "
2
+ __version__ = "3.1.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 1
1
[tool .poetry ]
2
2
name = " django-object-actions"
3
- version = " 3.0.2 "
3
+ version = " 3.1.0 "
4
4
description = " A Django app for adding object tools for models in the admin"
5
5
authors = [
" crccheck <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments