Ver Fonte

Changed the version number to not include a space.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Malcolm Tredinnick há 16 anos atrás
pai
commit
097a19c3bf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      django/__init__.py

+ 1 - 1
django/__init__.py

@@ -1,4 +1,4 @@
-VERSION = (1, 0, 'alpha 2')
+VERSION = (1, 0, 'alpha_2')
 
 def get_version():
     "Returns the version as a human-format string."