Browse Source

Release v1.9.3

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

+ 1 - 1
netbox/netbox/settings.py

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