Skip to content

Commit

Permalink
Release 3.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 9, 2024
1 parent 56278aa commit 3c7d0f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 3c7d0f4

Please sign in to comment.