소스 검색

Release v2.6.0

Jeremy Stretch 6 년 전
부모
커밋
f888d50a15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

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