File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
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+
513### [ 3.0.2] ( https://github.com/crccheck/django-object-actions/compare/v3.0.1...v3.0.2 ) (2021-04-09)
614
715### Refactors
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__ = "3.0.2 "
2+ __version__ = "3.1.0 "
33
44
55# kind of like __all__, make these available for public
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-object-actions"
3- version = " 3.0.2 "
3+ version = " 3.1.0 "
44description = " A Django app for adding object tools for models in the admin"
55authors = [
" crccheck <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments