summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-26 18:37:35 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-26 18:37:35 -0400
commitacd0cbbe3b8d1720fa40c528c9443c891294c1f5 (patch)
tree9489645b9c61dc8978f1b9721109f238904ed0f5
parent1f0a33b2ff3507b257cbe8c8f5eefbde988f7e30 (diff)
downloadalembic-acd0cbbe3b8d1720fa40c528c9443c891294c1f5.tar.gz
changelog updates
Change-Id: I84519c685e2f0a7ac84fe866f33a8451cfc495e2
-rw-r--r--docs/build/conf.py2
-rw-r--r--docs/build/unreleased/674.rst2
-rw-r--r--docs/build/unreleased/842.rst2
-rw-r--r--docs/build/unreleased/855.rst6
-rw-r--r--docs/build/unreleased/885.rst2
-rw-r--r--docs/build/unreleased/py3.rst2
6 files changed, 7 insertions, 9 deletions
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 5cf2bf8..11edeeb 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -44,8 +44,8 @@ extensions = [
changelog_sections = [
"changed",
"feature",
- "bug",
"usecase",
+ "bug",
"moved",
"removed",
]
diff --git a/docs/build/unreleased/674.rst b/docs/build/unreleased/674.rst
index 8ed09db..a6c8b03 100644
--- a/docs/build/unreleased/674.rst
+++ b/docs/build/unreleased/674.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: changed
+ :tags: changed, installation
:tickets: 674
Make the ``python-dateutil`` library an optional dependency.
diff --git a/docs/build/unreleased/842.rst b/docs/build/unreleased/842.rst
index 15f534f..e5f395d 100644
--- a/docs/build/unreleased/842.rst
+++ b/docs/build/unreleased/842.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: bug, environment
+ :tags: feature, environment
:tickets: 842
Enhance ``version_locations`` parsing to handle paths containing spaces.
diff --git a/docs/build/unreleased/855.rst b/docs/build/unreleased/855.rst
index 5321824..0609fb7 100644
--- a/docs/build/unreleased/855.rst
+++ b/docs/build/unreleased/855.rst
@@ -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/>`_.
diff --git a/docs/build/unreleased/885.rst b/docs/build/unreleased/885.rst
index cf010a3..2faa2b0 100644
--- a/docs/build/unreleased/885.rst
+++ b/docs/build/unreleased/885.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: bug, general
+ :tags: changed, installation
:tickets: 885
The dependency on ``pkg_resources`` which is part of ``setuptools`` has
diff --git a/docs/build/unreleased/py3.rst b/docs/build/unreleased/py3.rst
index 3a80bf8..f41610b 100644
--- a/docs/build/unreleased/py3.rst
+++ b/docs/build/unreleased/py3.rst
@@ -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.