Jeremy Stretch 6 lat temu
rodzic
commit
2581a55214
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      docs/release-notes/version-2.7.md
  2. 1 1
      netbox/netbox/settings.py

+ 1 - 1
docs/release-notes/version-2.7.md

@@ -1,4 +1,4 @@
-# v2.7.2 (FUTURE)
+# v2.7.2 (2020-01-21)
 
 ## Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
 # Environment setup
 #
 
-VERSION = '2.7.2-dev'
+VERSION = '2.7.2'
 
 # Hostname
 HOSTNAME = platform.node()