File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ 3.11.0-rc1
2
+
3
+ 227cc34 Remove old submodule by jpic
4
+ #1343 Fix more string escape warnings by @adamchainz
5
+ #1347 Fix the issue of invisible JavaScript code blocks in tutorial.rst. by @oubeichen
6
+ #1344 Return to upstream django-nested-admin as the bug was fixed in 3.4.0 by @adamchainz
7
+ #1344 Test on Django 5.0 by @adamchainz
1
8
3.10.0-rc4
2
9
3.10.0-rc3
3
10
Original file line number Diff line number Diff line change 68
68
# built documents.
69
69
#
70
70
# The short X.Y version.
71
- version = u'3.9 '
71
+ version = u'3.11 '
72
72
# The full version, including alpha/beta/rc tags.
73
- release = u'3.9.0rc1 '
73
+ release = u'3.11.0-rc1 '
74
74
75
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
76
# for a list of supported languages.
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.10 .0-rc4 ' ,
15
+ version = '3.11 .0-rc1 ' ,
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