Przeglądaj źródła

Merge branch 'develop' into api2

Jeremy Stretch 9 lat temu
rodzic
commit
a9fe39459a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

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