소스 검색

Release v2.3.5

Jeremy Stretch 7 년 전
부모
커밋
398041c607
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.5-dev'
+VERSION = '2.3.5'
 
 
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))