Browse Source

v2.0 Beta 1 release

Jeremy Stretch 8 years ago
parent
commit
f5f9491811
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -13,7 +13,7 @@ except ImportError:
     )
 
 
-VERSION = '2.0.0-dev'
+VERSION = '2.0-beta1'
 
 # Import local configuration
 ALLOWED_HOSTS = DATABASE = SECRET_KEY = None