瀏覽代碼

Bump version

master
David Winterbottom 14 年之前
父節點
當前提交
62e43ee101
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      oscar/__init__.py

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

1
 # Use 'final' as the 4th element to indicate
1
 # Use 'final' as the 4th element to indicate
2
 # a full release
2
 # a full release
3
-#VERSION = (0, 1, 0, 'beta', 18)
3
+
4
 VERSION = (0, 1, 0, 'final')
4
 VERSION = (0, 1, 0, 'final')
5
     
5
     
6
 def get_short_version():
6
 def get_short_version():

Loading…
取消
儲存