Skip to content

Commit 80498e7

Browse files
committed
3.1.0
Automatically generated by python-semantic-release
1 parent 040a802 commit 80498e7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

django_object_actions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-object-actions"
3-
version = "3.0.2"
3+
version = "3.1.0"
44
description = "A Django app for adding object tools for models in the admin"
55
authors = ["crccheck <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)