소스 검색

Revert "v1.1.0 release"

This reverts commit e8b8b015bb0ab6fb7e6fd5916901df1f6cdcb298.
Jeremy Stretch 9 년 전
부모
커밋
5e9090a03a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -11,7 +11,7 @@ except ImportError:
                                "the documentation.")
 
 
-VERSION = '1.1.0'
+VERSION = '1.1.0-dev'
 
 # Import local configuration
 for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: