Skip to content

Commit 3c7d0f4

Browse files
committed
Release 3.11.0-rc1
1 parent 56278aa commit 3c7d0f4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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
18
3.10.0-rc4
29
3.10.0-rc3
310

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = u'3.9'
71+
version = u'3.11'
7272
# The full version, including alpha/beta/rc tags.
73-
release = u'3.9.0rc1'
73+
release = u'3.11.0-rc1'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

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.10.0-rc4',
15+
version='3.11.0-rc1',
1616
description='Fresh autocompletes for Django',
1717
author='James Pic',
1818
author_email='jamespic@gmail.com',

0 commit comments

Comments
 (0)