diff options
l--------- | VERSION | 1 | ||||
-rw-r--r-- | etc/VERSION | 1 | ||||
-rw-r--r-- | etc/default_settings.py | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/VERSION b/VERSION deleted file mode 120000 index a9a7884c..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -etc/VERSION
\ No newline at end of file diff --git a/etc/VERSION b/etc/VERSION deleted file mode 100644 index a4320e6f..00000000 --- a/etc/VERSION +++ /dev/null @@ -1 +0,0 @@ -2.11-rc2 diff --git a/etc/default_settings.py b/etc/default_settings.py index f54cab7c..c49a3c25 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -24,8 +24,7 @@ import os import sys -with open("etc/VERSION", "r") as version_file: - GN_VERSION = version_file.read() +GN_VERSION = "2.11-rc2" SECRET_KEY = "" |