diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-05 14:15:25 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-10 11:54:25 +0200 |
| commit | 0f2f517298efbb204ac3ae284d2fbbaa5f70cd38 (patch) | |
| tree | c865ca3d025858c303805f726945fa20eea2a2c6 /docs/conf.py | |
| parent | 513f137cfd289ed598448e6d23e4e555ff056945 (diff) | |
Bumped version; master is now 3.1 pre-alpha.
Diffstat (limited to 'docs/conf.py')
| -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 b51c8c03e2..7c341784e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ copyright = 'Django Software Foundation and contributors' # built documents. # # The short X.Y version. -version = '3.0' +version = '3.1' # The full version, including alpha/beta/rc tags. try: from django import VERSION, get_version @@ -92,7 +92,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '3.0' +django_next_version = '3.1' extlinks = { 'commit': ('https://github.com/django/django/commit/%s', ''), |
