Browse Source

bumpversion docs too

Alec Nikolas Reiter 7 years ago
parent
commit
8d718e25f2
2 changed files with 3 additions and 2 deletions
  1. 1 0
      .bumpversion.cfg
  2. 2 2
      docs/conf.py

+ 1 - 0
.bumpversion.cfg

@@ -5,3 +5,4 @@ tag = True
 
 [bumpversion:file:setup.py]
 [bumpversion:file:flaskbb/__init__.py]
+[bumpversion:file:docs/conf.py]

+ 2 - 2
docs/conf.py

@@ -60,9 +60,9 @@ author = u'Peter Justin'
 # built documents.
 #
 # The short X.Y version.
-version = u'1.0.0'
+version = u'2.0.0.dev0'
 # The full version, including alpha/beta/rc tags.
-release = u'1.0.0'
+release = u'2.0.0.dev0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.