Browse Source

3.2.5a2 release (#4298)

master
Viggo de Vries 1 year ago
parent
commit
ab8a818651
No account linked to committer's email address
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/oscar/__init__.py

+ 1
- 1
package-lock.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "django-oscar",
3
-  "version": "3.2.5a1",
3
+  "version": "3.2.5a2",
4 4
   "lockfileVersion": 2,
5 5
   "requires": true,
6 6
   "packages": {

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "django-oscar",
3
-  "version": "3.2.5a1",
3
+  "version": "3.2.5a2",
4 4
   "description": "A domain-driven e-commerce framework for Django",
5 5
   "main": "index.js",
6 6
   "dependencies": {

+ 1
- 1
src/oscar/__init__.py View File

@@ -1,5 +1,5 @@
1 1
 # Use 'alpha', 'beta', 'rc' or 'final' as the 4th element to indicate release type.
2
-VERSION = (3, 2, 5, "alpha", 1)
2
+VERSION = (3, 2, 5, "alpha", 2)
3 3
 
4 4
 
5 5
 def get_short_version():

Loading…
Cancel
Save