summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.