Skip to content

Commit

Permalink
3.2.1 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Oct 6, 2023
1 parent 4205a1a commit 1520866
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-oscar",
"version": "3.2.1a",
"version": "3.2.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use 'alpha', 'beta', 'rc' or 'final' as the 4th element to indicate release type.
VERSION = (3, 2, 1, "alpha")
VERSION = (3, 2, 1, "final")


def get_short_version():
Expand Down

0 comments on commit 1520866

Please sign in to comment.