bump versions to dev, including changing the doc-install target to "dev"
instead of "latest"
This commit is contained in:
parent
fd6ff9bc01
commit
e16983d265
|
@ -1,3 +1,7 @@
|
|||
2.7.1.dev (compared to 2.7.0)
|
||||
-----------------------------
|
||||
|
||||
|
||||
2.7.0 (compared to 2.6.4)
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#
|
||||
__version__ = '2.7.0'
|
||||
__version__ = '2.7.1.dev'
|
||||
|
|
|
@ -42,7 +42,7 @@ help:
|
|||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
SITETARGET=latest
|
||||
SITETARGET=dev
|
||||
|
||||
install: html
|
||||
# for access talk to someone with login rights to
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# The full version, including alpha/beta/rc tags.
|
||||
# The short X.Y version.
|
||||
version = "2.7"
|
||||
release = "2.7.0"
|
||||
release = "2.7.1.dev"
|
||||
|
||||
import sys, os
|
||||
|
||||
|
|
Loading…
Reference in New Issue