浏览代码

Bump version to 3.0b1.

master
Samir Shah 4 年前
父节点
当前提交
5c4d08e596
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/oscar/__init__.py

+ 1
- 1
src/oscar/__init__.py 查看文件

1
 # Use 'alpha', 'beta', 'rc' or 'final' as the 4th element to indicate release type.
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
 def get_short_version():
5
 def get_short_version():

正在加载...
取消
保存