]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 22:37:35 +0000 (18:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 22:37:35 +0000 (18:37 -0400)
Change-Id: I84519c685e2f0a7ac84fe866f33a8451cfc495e2

docs/build/conf.py
docs/build/unreleased/674.rst
docs/build/unreleased/842.rst
docs/build/unreleased/855.rst
docs/build/unreleased/885.rst
docs/build/unreleased/py3.rst

index 5cf2bf8e03098798bcc0be6024a12c56e73e4efc..11edeeb4e823910d29cb02663521cc212e4c85e1 100644 (file)
@@ -44,8 +44,8 @@ extensions = [
 changelog_sections = [
     "changed",
     "feature",
-    "bug",
     "usecase",
+    "bug",
     "moved",
     "removed",
 ]
index 8ed09dbc76594d33508705a332c972d04d0d721a..a6c8b03fb8d56f055092a73fdc32f2760f0047c6 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: changed
+    :tags: changed, installation
     :tickets: 674
 
     Make the ``python-dateutil`` library an optional dependency.
index 15f534fd4471ce19c9a960342adb3a76d56d8035..e5f395da3f0b868f8939670b34526c87db40c73d 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, environment
+    :tags: feature, environment
     :tickets: 842
 
     Enhance ``version_locations`` parsing to handle paths containing spaces.
index 53218245101f59a5c07e58c0221eb2573d3ab228..0609fb7718aa58d8beb511d7783e37cc55d24dda 100644 (file)
@@ -8,7 +8,5 @@
     back-end database operations. At the time of release,
     third-party dialects that have adopted the Alembic test suite to verify
     compatibility include
-    `CockroachDB
-        <https://pypi.org/project/sqlalchemy-cockroachdb/>`_ and
-    `SAP ASE (Sybase)
-        <https://pypi.org/project/sqlalchemy-sybase/>`_.
+    `CockroachDB <https://pypi.org/project/sqlalchemy-cockroachdb/>`_ and
+    `SAP ASE (Sybase) <https://pypi.org/project/sqlalchemy-sybase/>`_.
index cf010a3914eec55c865da0fe65e9bdfd75d58e46..2faa2b033ee2226ac8a4e6a9b11936fc8691b2cd 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, general
+    :tags: changed, installation
     :tickets: 885
 
     The dependency on ``pkg_resources`` which is part of ``setuptools`` has
index 3a80bf8166fa4feec19ae8aced7ecb1b9a8c5e7c..f41610b6b59a58a74a7488f1fd58bb3b0a13b5ae 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: python
+    :tags: installation, changed
 
     Alembic 1.7 now supports Python 3.6 and above; support for prior versions
     including Python 2.7 has been dropped.