summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-10-13 13:58:46 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-10-13 13:58:46 -0400
commit1fbed902ede72e5a663b7e685843f0a8ed250c45 (patch)
treead47522a42e08a04b4ac1b42105387eed6f3e4ec
parent9cf6ac32d605f6c0bfb485ddcfe503a8c1a7769d (diff)
downloadsqlalchemy-1fbed902ede72e5a663b7e685843f0a8ed250c45.tar.gz
Version 1.2.0b4 placeholder
Change-Id: I6f0a29360d70851398532e957722ae2a76b76f38
-rw-r--r--doc/build/changelog/changelog_12.rst4
-rw-r--r--lib/sqlalchemy/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst
index 0a6bfdb2d..38f93844d 100644
--- a/doc/build/changelog/changelog_12.rst
+++ b/doc/build/changelog/changelog_12.rst
@@ -11,6 +11,10 @@
:start-line: 5
.. changelog::
+ :version: 1.2.0b4
+ :include_notes_from: unreleased_12
+
+.. changelog::
:version: 1.2.0b3
:released: October 13, 2017
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py
index 5b62879a7..772f979cc 100644
--- a/lib/sqlalchemy/__init__.py
+++ b/lib/sqlalchemy/__init__.py
@@ -128,7 +128,7 @@ from .schema import (
from .inspection import inspect
from .engine import create_engine, engine_from_config
-__version__ = '1.2.0b3'
+__version__ = '1.2.0b4'
def __go(lcls):