瀏覽代碼

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])

Loading…
取消
儲存