]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
1.0.8 rel_1_0_8
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jul 2015 00:00:13 +0000 (20:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jul 2015 00:00:13 +0000 (20:00 -0400)
doc/build/changelog/changelog_10.rst
doc/build/conf.py

index 64bce97ae4f949d9404b663a7cd632fb0d9315a1..2dce07b0a5db67530462bd7975b07628422fa72d 100644 (file)
@@ -17,6 +17,7 @@
 
 .. changelog::
     :version: 1.0.8
+    :released: July 22, 2015
 
     .. change::
         :tags: bug, misc
index 45cc3519814c1493fdf193c7055186d265184417..f1ebda46e261a7b989b3a42ffb4c10d3ad888715 100644 (file)
@@ -138,9 +138,9 @@ copyright = u'2007-2015, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "1.0"
 # The full version, including alpha/beta/rc tags.
-release = "1.0.7"
+release = "1.0.8"
 
-release_date = "July 20, 2015"
+release_date = "July 22, 2015"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"