Browse Source

Bump version to 3.0b1.

master
Samir Shah 4 years ago
parent
commit
5c4d08e596
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/oscar/__init__.py

+ 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, 0, 0, 'beta')
2
+VERSION = (3, 0, 0, 'beta', 1)
3 3
 
4 4
 
5 5
 def get_short_version():

Loading…
Cancel
Save