Skip to content

Commit 9fd5c66

Browse files
committed
Release 3.10.0-rc3
1 parent 8edf174 commit 9fd5c66

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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
121

222

323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(fname):
1212

1313
setup(
1414
name='django-autocomplete-light',
15-
version='3.9.7',
15+
version='3.10.0-rc3',
1616
description='Fresh autocompletes for Django',
1717
author='James Pic',
1818
author_email='jamespic@gmail.com',

0 commit comments

Comments
 (0)