]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.3.0 rel_1_3_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Oct 2019 15:57:56 +0000 (11:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Oct 2019 15:57:56 +0000 (11:57 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/131.rst [deleted file]
docs/build/unreleased/608.rst [deleted file]
docs/build/unreleased/sqla14_4911.rst [deleted file]

index 2e7fca8fcc7a00dd935f3936d56b253d72a9682f..b2de7819f4de8e102110b42a47d16c7abe6ed60f 100644 (file)
@@ -5,7 +5,31 @@ Changelog
 
 .. changelog::
     :version: 1.3.0
-    :include_notes_from: unreleased
+    :released: October 31, 2019
+
+    .. change::
+        :tags: feature, command
+        :tickets: 608
+
+        Added support for ALEMBIC_CONFIG environment variable,
+        refers to the location of the alembic configuration script
+        in lieu of using the -c command line option.
+
+
+    .. change::
+        :tags: bug, autogenerate
+        :tickets: 131
+
+        Fixed bug in new Variant autogenerate where the order of the arguments to
+        Variant were mistakenly reversed.
+
+    .. change::
+        :tags: change, compatibility
+
+        Some internal modifications have been made to how the names of indexes and
+        unique constraints work to make use of new functions added in SQLAlchemy
+        1.4, so that SQLAlchemy has more flexibility over how naming conventions
+        may be applied to these objects.
 
 .. changelog::
     :version: 1.2.1
index 84563e5d2f2c4251ce255bc759d5a82b4562c204..1338afa2889600410f66278fffbfc11a5410b389 100644 (file)
@@ -85,8 +85,8 @@ copyright = u"2010-2019, Mike Bayer"  # noqa
 # The short X.Y version.
 version = alembic.__version__
 # The full version, including alpha/beta/rc tags.
-release = "1.2.1"
-release_date = "September 24, 2019"
+release = "1.3.0"
+release_date = "October 31, 2019"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/131.rst b/docs/build/unreleased/131.rst
deleted file mode 100644 (file)
index a5d5141..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-    :tags: bug, autogenerate
-    :tickets: 131
-
-    Fixed bug in new Variant autogenerate where the order of the arguments to
-    Variant were mistakenly reversed.
diff --git a/docs/build/unreleased/608.rst b/docs/build/unreleased/608.rst
deleted file mode 100644 (file)
index ad49451..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: feature, command
-    :tickets: 608
-
-    Added support for ALEMBIC_CONFIG environment variable,
-    refers to the location of the alembic configuration script
-    in lieu of using the -c command line option.
-
diff --git a/docs/build/unreleased/sqla14_4911.rst b/docs/build/unreleased/sqla14_4911.rst
deleted file mode 100644 (file)
index 71463cb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: change, compatibility
-
-    Some internal modifications have been made to how the names of indexes and
-    unique constraints work to make use of new functions added in SQLAlchemy
-    1.4, so that SQLAlchemy has more flexibility over how naming conventions
-    may be applied to these objects.