Skip to content

Commit

Permalink
Alpha 4 release (#4001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey committed Nov 1, 2022
1 parent 34fa17e commit a253f65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "django-oscar",
"version": "3.2.0-alpha-3",
"version": "3.2.0-alpha-4",
"description": "A domain-driven e-commerce framework for Django",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/oscar/__init__.py
@@ -1,5 +1,5 @@
# Use 'alpha', 'beta', 'rc' or 'final' as the 4th element to indicate release type.
VERSION = (3, 2, 0, 'alpha', 3)
VERSION = (3, 2, 0, 'alpha', 4)


def get_short_version():
Expand Down

0 comments on commit a253f65

Please sign in to comment.