]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 1.3.1 rel_1_3_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Mar 2019 19:32:32 +0000 (14:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Mar 2019 19:32:32 +0000 (14:32 -0500)
doc/build/changelog/changelog_13.rst
doc/build/changelog/unreleased_13/4522.rst [deleted file]
doc/build/changelog/unreleased_13/4525.rst [deleted file]
doc/build/conf.py

index a7f829652dd7aaafc4fafbdd493d13c0eb47e7c5..95e707855a4b267e49ea6c993634c4b63a994ca5 100644 (file)
 
 .. changelog::
     :version: 1.3.1
-    :include_notes_from: unreleased_13
+    :released: March 9, 2019
+
+    .. change::
+       :tags: bug, mssql
+       :tickets: 4525
+
+       Fixed regression in SQL Server reflection due to :ticket:`4393` where the
+       removal of open-ended ``**kw`` from the :class:`.Float` datatype caused
+       reflection of this type to fail due to a "scale" argument being passed.
+
+    .. change::
+       :tags: bug, orm, ext
+       :tickets: 4522
+
+       Fixed regression where an association proxy linked to a synonym would no
+       longer work, both at instance level and at class level.
 
 .. changelog::
     :version: 1.3.0
diff --git a/doc/build/changelog/unreleased_13/4522.rst b/doc/build/changelog/unreleased_13/4522.rst
deleted file mode 100644 (file)
index cd07296..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-   :tags: bug, orm, ext
-   :tickets: 4522
-
-   Fixed regression where an association proxy linked to a synonym would no
-   longer work, both at instance level and at class level.
diff --git a/doc/build/changelog/unreleased_13/4525.rst b/doc/build/changelog/unreleased_13/4525.rst
deleted file mode 100644 (file)
index d5b6282..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-   :tags: bug, mssql
-   :tickets: 4525
-
-   Fixed regression in SQL Server reflection due to :ticket:`4393` where the
-   removal of open-ended ``**kw`` from the :class:`.Float` datatype caused
-   reflection of this type to fail due to a "scale" argument being passed.
index 38d2497bff7b83a0b545396041a2cf44328a20c2..0b6e458dcdcf126e2ce67108efd1d133ca5e3152 100644 (file)
@@ -109,9 +109,9 @@ copyright = u'2007-2019, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "1.3"
 # The full version, including alpha/beta/rc tags.
-release = "1.3.0"
+release = "1.3.1"
 
-release_date = "March 4, 2019"
+release_date = "March 9, 2019"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"