CHANGES
=======

2.6.0
-----

* add pyproject.toml to support pip 23.1
* Update master for stable/2025.1

2.5.0
-----

* Skip installation to speed up pep8
* Run pyupgrade to clean up Python 2 syntaxes
* pre-commit: Bump versions
* reno: Update master for unmaintained/2023.1
* Add note about requirements lower bounds
* Remove Python 3.8 support
* Fix outdated tox minversion
* Declare Python 3.12 support
* Update master for stable/2024.2

2.4.0
-----

* reno: Update master for unmaintained/zed
* Remove old excludes
* Update master for stable/2024.1
* reno: Update master for unmaintained/xena
* reno: Update master for unmaintained/wallaby
* reno: Update master for unmaintained/victoria

2.3.0
-----

* Display coverage report
* reno: Update master for unmaintained/yoga
* Bump hacking
* Update python classifier in setup.cfg
* Remove translation sections from setup.cfg
* Update master for stable/2023.2

2.2.0
-----

* Revert "Moves supported python runtimes from version 3.8 to 3.10"
* Moves supported python runtimes from version 3.8 to 3.10
* Update master for stable/2023.1

2.1.1
-----

* clean up tox's python 3 specific conf
* Fix issues related to tox4

2.1.0
-----

* Add Python3 antelope unit tests
* Update master for stable/zed

2.0.0
-----

* Drop python3.6/3.7 support in testing runtime
* Add Python3 zed unit tests
* Update master for stable/yoga
* setup.cfg: Replace dashes by underscores

1.5.0
-----

* Add Python3 yoga unit tests
* Update master for stable/xena

1.4.0
-----

* Move flake8 as a pre-commit local target
* Add Python3 xena unit tests
* Update master for stable/wallaby
* Remove lower-constraints remnants
* Uncap PrettyTable
* Remove six
* Dropping lower constraints testing

1.3.0
-----

* Register oslo policy opts explicitly for check\_policy\_json
* Fix lower-constraints job

1.2.0
-----

* Add common checks for json to yaml policy file migration
* Use TOX\_CONSTRAINTS\_FILE
* Use py3 as the default runtime for tox
* Add Python3 wallaby unit tests
* Update master for stable/victoria
* Adding pre-commit

1.1.1
-----


1.1.0
-----

* Switch to newer openstackdocstheme and reno versions
* Align contributing doc with oslo's policy
* Bump default tox env from py37 to py38
* Add py38 package metadata
* Remove Babel from requirements
* Add release notes links to doc index
* Add Python3 victoria unit tests
* Update master for stable/ussuri

1.0.1
-----

* Update hacking for Python3
* Use unittest.mock instead of third party mock

1.0.0
-----

* remove outdated header
* [ussuri][goal] Drop python 2.7 support and testing

0.4.0
-----

* tox: Trivial cleanup
* Bump Babel to 2.3.4 on lower-constraint
* tox: Keeping going with docs
* Switch to Ussuri jobs
* Bump the openstackdocstheme extension to 1.20
* Update the constraints url
* Update master for stable/train

0.3.2
-----


0.3.1
-----

* Add Python 3 Train unit tests
* Move doc related modules to doc/requirements.txt

0.3.0
-----

* Address nits from json change
* Enable JSON results output
* Sync Sphinx requirement
* Replace git.openstack.org URLs with opendev.org URLs
* OpenDev Migration Patch
* Dropping the py35 testing
* Update master for stable/stein

0.2.1
-----


0.2.0
-----

* Change python3.5 job to python3.7 job on Stein+
* Add doc params to run and register\_cli\_opts
* Move displayed checker title to be in variable
* Separate opt registration from command running
* Update py33,py34 to py35,py36
* doc: Switch to openstackdocstheme
* doc: Remove crud from conf.py file
* Change openstack-dev to openstack-discuss

0.1.1
-----

* Force translation of table header

0.1.0
-----

* Use template for lower-constraints zuul job
* Move example implementation to docs
* Add reno support
* Don't run tempest jobs on changes
* Add database access details to UpgradeCommands docstring
* enable debug output for tests
* tighten API for main()
* Improve config handling
* Modernize tox.ini
* Use sphinx-build for all docs venvs
* Add lower-constraints job
* Shorten UpgradeCheck class names
* Add proper documentation
* Use python3 by default
* Flesh out readme
* Add .zuul.yaml and .stestr.conf
* Flesh out readme
* Add success test case
* Handle exceptions from checks
* Propagate return code
* Add more unit tests
* Test \_get\_details
* Get coverage job working
* Remove history file from docs
* Migrate to stestr
* Add docstring to main()
* Fix pep8 failures
* Proper requirements specification
* Add \_i18n module
* Add i18n support
* Initial implementation
* Initial commit
