]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- start 1.0.5
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2015 16:18:07 +0000 (12:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2015 16:18:07 +0000 (12:18 -0400)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/__init__.py

index 1f70efa00b4f1b512843d808382f2c2ff489197b..de9f1e0883de041f9b1aa47f8b3bb223fa11ea64 100644 (file)
@@ -15,6 +15,9 @@
     .. include:: changelog_07.rst
         :start-line: 5
 
+.. changelog::
+    :version: 1.0.5
+
 .. changelog::
     :version: 1.0.4
     :released: May 7, 2015
index 6f7a4f7235ccd55faa3ef95c7505000c81b36478..6ff33144a17c98604f3b9315897f39183108e324 100644 (file)
@@ -120,7 +120,7 @@ from .schema import (
 from .inspection import inspect
 from .engine import create_engine, engine_from_config
 
-__version__ = '1.0.4'
+__version__ = '1.0.5'
 
 
 def __go(lcls):