]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
1.0.2 rel_1_0_2
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Apr 2015 21:30:12 +0000 (17:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Apr 2015 22:03:01 +0000 (18:03 -0400)
doc/build/changelog/changelog_10.rst
doc/build/conf.py

index 6ddba8494e0f64c858c48430baaeccdb5666f634..124ee22fafe01e291363ceaf30e7885658e8cb16 100644 (file)
@@ -17,6 +17,7 @@
 
 .. changelog::
     :version: 1.0.2
+    :released: April 24, 2015
 
     .. change::
         :tags: bug, sql
index 03a6c4d4ed54e00b9acc5509b62c1b51932e7984..46fc9438673483c47addeda82b27c8b795f589d5 100644 (file)
@@ -106,9 +106,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.1"
+release = "1.0.2"
 
-release_date = "April 23, 2015"
+release_date = "April 24, 2015"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"