From 3c7d0f4e9ab447c753fdb0a2886dda97f534858c Mon Sep 17 00:00:00 2001 From: jpic Date: Tue, 9 Jan 2024 20:43:04 +0100 Subject: [PATCH] Release 3.11.0-rc1 --- CHANGELOG | 7 +++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 73d47924..385b4d59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +3.11.0-rc1 + + 227cc34 Remove old submodule by jpic + #1343 Fix more string escape warnings by @adamchainz + #1347 Fix the issue of invisible JavaScript code blocks in tutorial.rst. by @oubeichen + #1344 Return to upstream django-nested-admin as the bug was fixed in 3.4.0 by @adamchainz + #1344 Test on Django 5.0 by @adamchainz 3.10.0-rc4 3.10.0-rc3 diff --git a/docs/conf.py b/docs/conf.py index 0e2ac00e..2f5c952f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = u'3.9' +version = u'3.11' # The full version, including alpha/beta/rc tags. -release = u'3.9.0rc1' +release = u'3.11.0-rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c6783880..e0276811 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='django-autocomplete-light', - version='3.10.0-rc4', + version='3.11.0-rc1', description='Fresh autocompletes for Django', author='James Pic', author_email='jamespic@gmail.com',