소스 검색

docs/conf: Fix version numbers

Jan Holthuis 5 년 전
부모
커밋
0ebd929b81
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/conf.py

+ 2 - 2
docs/conf.py

@@ -4,8 +4,8 @@ import time
 
 author = "Jan Holthuis"
 project = "sphinx-multiversion"
-release = "1.0.0"
-version = "1.0"
+release = "0.1.1"
+version = "0.1"
 copyright = "{}, {}".format(time.strftime("%Y"), author)
 
 html_last_updated_fmt = "%c"