File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.10.0-rc3
2
+
3
+ #1335 fix: Fix event format for Django 4.2 by @last-partizan
4
+ #1336 Update taggit.rst docs. by @voberoi
5
+ 2e51796 Drop Python 2 support (credit @claudep) by jpic
6
+
7
+ 3.9.7
8
+
9
+ 2023-05-12 Release 3.9.7
10
+ 2023-05-12 Release 3.9.6
11
+ 2023-05-12 Release 3.9.6rc1
12
+
13
+ 3.9.5
14
+
15
+ 2023-05-10 Release 3.9.5
16
+ #1327 Fix unittest assertEquals warnings by @adamchainz
17
+ #1326 Fix Python string escape warning by @adamchainz
18
+ #1325 Remove 'plugins' from pytest.ini by @adamchainz
19
+ #1324 Test on Django 4.2 by @adamchainz
20
+ 66210bb CHANGELOG update by jpic
1
21
2
22
3
23
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def read(fname):
12
12
13
13
setup (
14
14
name = 'django-autocomplete-light' ,
15
- version = '3.9.7 ' ,
15
+ version = '3.10.0-rc3 ' ,
16
16
description = 'Fresh autocompletes for Django' ,
17
17
author = 'James Pic' ,
18
18
author_email = 'jamespic@gmail.com' ,
You can’t perform that action at this time.
0 commit comments