소스 검색

Post-release version bump

Jeremy Stretch 6 년 전
부모
커밋
b06bed368b
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.7.2'
+VERSION = '2.7.3-dev'
 
 # Hostname
 HOSTNAME = platform.node()