.coveragerc
.editorconfig
.gitignore
CHANGELOG.rst
CONTRIBUTORS
LICENSE.txt
MANIFEST.in
Makefile
README.rst
pyproject.toml
release-procedure.md
semver.py
setup.cfg
setup.py
tox.ini
changelog.d/.gitignore
changelog.d/213.improvement.rst
changelog.d/README.rst
changelog.d/_template.rst
docs/Makefile
docs/api.rst
docs/changelog-2.7.9-and-before.rst
docs/changelog.rst
docs/coerce.py
docs/conf.py
docs/development.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/pysemver.rst
docs/readme.rst
docs/requirements.txt
docs/semverwithvprefix.py
docs/usage.rst
docs/_static/logo.svg
docs/_static/css/custom.css
docs/_templates/layout.html
semver.egg-info/PKG-INFO
semver.egg-info/SOURCES.txt
semver.egg-info/dependency_links.txt
semver.egg-info/entry_points.txt
semver.egg-info/top_level.txt
tests/conftest.py
tests/test_bump.py
tests/test_compare.py
tests/test_deprecated_functions.py
tests/test_docstrings.py
tests/test_format.py
tests/test_immutable.py
tests/test_index.py
tests/test_match.py
tests/test_max-min.py
tests/test_parsing.py
tests/test_pysemver-cli.py
tests/test_replace.py
tests/test_semver.py
tests/test_subclass.py
tests/test_typeerror-274.py