Explorar el Código

Release v2.3.7

Jeremy Stretch hace 7 años
padre
commit
0497539ef2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -22,7 +22,7 @@ if sys.version_info[0] < 3:
         DeprecationWarning
         DeprecationWarning
     )
     )
 
 
-VERSION = '2.3.7-dev'
+VERSION = '2.3.7'
 
 
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))