浏览代码

Reverted version to 0.3

master
David Winterbottom 13 年前
父节点
当前提交
97437fc3c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      oscar/__init__.py

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

@@ -3,7 +3,7 @@ import os
3 3
 # Use 'final' as the 4th element to indicate
4 4
 # a full release
5 5
 
6
-VERSION = (0, 2, 0, 'RC', 2)
6
+VERSION = (0, 3, 0, 'alpha', 0)
7 7
 
8 8
 def get_short_version():
9 9
     return '%s.%s' % (VERSION[0], VERSION[1])

正在加载...
取消
保存