Skip to content

Commit 62f1754

Browse files
authored
Merge pull request #166 from dfunckt/release-3.3.0
Prepare v3.3.0
2 parents 82be63d + 0a2f973 commit 62f1754

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Changelog
22
=========
33

4+
## v3.3.0 - 2022/03/23
5+
6+
- Introduce type annotations for common APIs
7+
48
## v3.2.1 - 2022/03/02
59

6-
- Fix incorrect Django versions mentioned in CHANGELOG
10+
- Fixed incorrect Django versions mentioned in CHANGELOG
711

812
## v3.2.0 - 2022/03/02
913

rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
test_rule,
2222
)
2323

24-
VERSION = (3, 2, 1, "final", 1)
24+
VERSION = (3, 3, 0, "final", 1)

0 commit comments

Comments
 (0)