Browse Source

Releae v2.6.5

Jeremy Stretch 6 years ago
parent
commit
3e4cd59fc0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      netbox/netbox/settings.py

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v2.6.5 (FUTURE)
+v2.6.5 (2019-09-25)
 
 
 ## Enhancements
 ## Enhancements
 
 

+ 1 - 1
netbox/netbox/settings.py

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