From 0db73315fdbff1c4b9ae6f7fb8f716b4a1f217e8 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 19 Jan 2021 12:02:47 +0100 Subject: [PATCH] [3.2.x] Bumped version for 3.2 alpha 1 release. --- django/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/__init__.py b/django/__init__.py index c6bda27510..2f05e28fa7 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (3, 2, 0, 'alpha', 0) +VERSION = (3, 2, 0, 'alpha', 1) __version__ = get_version(VERSION) diff --git a/setup.cfg b/setup.cfg index 43ba86120b..bf441c234c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ description = A high-level Python Web framework that encourages rapid developmen long_description = file: README.rst license = BSD-3-Clause classifiers = - Development Status :: 2 - Pre-Alpha + Development Status :: 3 - Alpha Environment :: Web Environment Framework :: Django Intended Audience :: Developers