]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.2.4 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Feb 2018 23:22:07 +0000 (18:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Feb 2018 23:22:07 +0000 (18:22 -0500)
doc/build/changelog/changelog_12.rst
lib/sqlalchemy/__init__.py

index a7068648a427dc24d07e3c8c1d9a301855e3ed9e..99dc9e56b84313937975b6f0b23223d205434838 100644 (file)
     .. include:: changelog_10.rst
         :start-line: 5
 
+.. changelog::
+    :version: 1.2.4
+    :include_notes_from: unreleased_12
+
 .. changelog::
     :version: 1.2.3
     :released: February 16, 2018
index 8e3e68062b9802f4d8641d76bf8c6687267f33cb..267cdfaa3a1b1058d8cae843d5ed8ce274485e70 100644 (file)
@@ -130,7 +130,7 @@ from .schema import (
 from .inspection import inspect
 from .engine import create_engine, engine_from_config
 
-__version__ = '1.2.3'
+__version__ = '1.2.4'
 
 
 def __go(lcls):