Ver código fonte

Set version to 0.2 pre-alpha

master
David Winterbottom 14 anos atrás
pai
commit
40ae9d74f3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      oscar/__init__.py

+ 1
- 1
oscar/__init__.py Ver arquivo

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

Carregando…
Cancelar
Salvar