Browse Source

Revert "v1.1.0 release"

This reverts commit e8b8b015bb0ab6fb7e6fd5916901df1f6cdcb298.
Jeremy Stretch 8 years ago
parent
commit
5e9090a03a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -11,7 +11,7 @@ except ImportError:
                                "the documentation.")
 
 
-VERSION = '1.1.0'
+VERSION = '1.1.0-dev'
 
 # Import local configuration
 for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: