Skip to content

Commit

Permalink
Merge pull request #4025 from django-oscar/320b1
Browse files Browse the repository at this point in the history
Prepare for 3.2.0b1 release
  • Loading branch information
specialunderwear committed Dec 6, 2022
2 parents c4ebfa6 + 5cc1238 commit 41efb27
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-beta",
"version": "3.2.0-beta-1",
"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, 'beta')
VERSION = (3, 2, 0, 'beta', 1)


def get_short_version():
Expand Down

0 comments on commit 41efb27

Please sign in to comment.