jeremystretch 3 년 전
부모
커밋
7a44a4e305
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -29,7 +29,7 @@ django.utils.encoding.force_text = force_str
 # Environment setup
 #
 
-VERSION = '3.2.9'
+VERSION = '3.2.10-dev'
 
 # Hostname
 HOSTNAME = platform.node()