diff options
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 4 |
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 |