Explorar el Código

Post-release version bump (a bit late)

Jeremy Stretch hace 8 años
padre
commit
9e11591b3b
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
     )
 
-VERSION = '2.3.0'
+VERSION = '2.3.1-dev'
 
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))