diff options
| author | James Bennett <ubernostrum@gmail.com> | 2011-03-23 05:06:31 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2011-03-23 05:06:31 +0000 |
| commit | 7c08f4c6351f7e53a01ff800d8a61f19ca961b29 (patch) | |
| tree | 10f66f10aff3dfb5b5807489f50aa86b5555bc38 /docs/conf.py | |
| parent | 1743db94f54a4785a864af95c2f307ce2be38a6e (diff) | |
Bump everything for 1.3.1.3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 742f85f537..c38d6be7c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ copyright = 'Django Software Foundation and contributors' # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3-beta-1' +release = '1.3' # The next version to be released django_next_version = '1.3' |
