Skip to content

Commit 151dc05

Browse files
committed
Release 3.2 final LTS
1 parent 40ca677 commit 151dc05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-oscar",
3-
"version": "3.2.0-beta-1",
3+
"version": "3.2.0",
44
"description": "A domain-driven e-commerce framework for Django",
55
"main": "index.js",
66
"dependencies": {

src/oscar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use 'alpha', 'beta', 'rc' or 'final' as the 4th element to indicate release type.
2-
VERSION = (3, 2, 0, 'beta', 1)
2+
VERSION = (3, 2, 0, 'final')
33

44

55
def get_short_version():

0 commit comments

Comments
 (0)