Skip to content

Commit 7c92488

Browse files
committed
Release 2.2.0
1 parent 1096fbc commit 7c92488

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.1.dev0
2+
current_version = 2.2.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
44
serialize =
55
{major}.{minor}.{patch}.{release}{relver}

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ History
66

77
.. towncrier release notes start
88
9+
2.2.0 (2023-04-18)
10+
==================
11+
12+
Features
13+
--------
14+
15+
- Move to ruff (#138)
16+
- Add support for Django 4.2 (#144)
17+
18+
919
2.1.0 (2022-07-28)
1020
==================
1121

changes/138.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/144.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

meta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1.dev0"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)