summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-04-11 12:43:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-12-01 11:15:44 -0500
commit6626d6dd8350ea19ca90fbde2882981656e90cf5 (patch)
tree77006c6cd2aa9c52833d1317d44ec94baa4e4ebc /doc/build/conf.py
parent4d6fefa434dbb44613922a523a4f6e15b92d9b91 (diff)
downloadsqlalchemy-rel_2_0_exp1.tar.gz
initial 2.0 setuprel_2_0_exp1
For the moment, I think removing ./lib/ is just not going to be possible because we still need lots of cross-merges between 1.4 and 2.0. Unfortunately I think we are stuck with it. As for other 2.0 related things, we are still watching 1.4 move along and I don't think we are ready for the "official" 2.0 branch yet, as it will keep getting too far behind. So for now, maintain one or more "experimental" 2.0 branches where we can at least maintain commits we are going to need, like adding the 2.0 migration and all that stuff. But don't name anything "rel_2_0" yet and these branches can disappear at any time. Change-Id: Ib5af75df94b23104eebe0e918adcf979d798ea3b
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index bbaf78f31..ffad39c0d 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -121,9 +121,9 @@ copyright = u"2007-2019, the SQLAlchemy authors and contributors" # noqa
# built documents.
#
# The short X.Y version.
-version = "1.4"
+version = "2.0"
# The full version, including alpha/beta/rc tags.
-release = "1.4.0b1"
+release = "2.0.0b1"
release_date = None