Change-Id: I84519c685e2f0a7ac84fe866f33a8451cfc495e2
changelog_sections = [
"changed",
"feature",
- "bug",
"usecase",
+ "bug",
"moved",
"removed",
]
.. change::
- :tags: changed
+ :tags: changed, installation
:tickets: 674
Make the ``python-dateutil`` library an optional dependency.
.. change::
- :tags: bug, environment
+ :tags: feature, environment
:tickets: 842
Enhance ``version_locations`` parsing to handle paths containing spaces.
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/>`_.
.. change::
- :tags: bug, general
+ :tags: changed, installation
:tickets: 885
The dependency on ``pkg_resources`` which is part of ``setuptools`` has
.. 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.