diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2009-08-08 02:56:19 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2009-08-08 02:56:19 +0000 |
| commit | 34b4d1ef431eed1ef4368958516dc7659108fde1 (patch) | |
| tree | d20fa323b77d5c7b93551f8e54c2b76911dbb8e9 | |
| parent | cb5e5dc2bc232905c03deea6bc453a2e9a2338f1 (diff) | |
Bumped the version number in the docs to reflect Djagno 1.1 is released.
This changes a bunch of "new in development version" annotations to say
"new in Django 1.1" for example.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 078c83a492..bdc1280c0b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,11 +41,11 @@ copyright = 'Django Software Foundation and contributors' # other places throughout the built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. release = version # The next version to be released -django_next_version = '1.1' +django_next_version = '1.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: |
