Tags: Anvil/python-semver
Tags
Create semver version 2.10.2 (python-semver#271) Following issues/PRs were fixed for this release: * python-semver#160: Deprecated `semver.max_ver` and `semver.min_ver` * python-semver#260: Fixed `__getitem__` returning None on wrong parts * python-semver#263: Doc: Added missing "install" subcommand for openSUSE * python-semver#268: Increased coverage
Create semver version 2.10.1 (python-semver#257) Following issues/PRs were fixed for this release: * python-semver#249: Added release policy and version restriction in documentation to help our users which would like to stay on the major 2 release. * python-semver#250: Simplified installation semver on openSUSE with ``obs://``. * python-semver#256: Made docstrings consistent
Create semver version 2.10.0 (python-semver#237) Following issues/PRs were fixed for this release: * python-semver#244: Allow list & str for comparison * python-semver#236: Add missing deprecated functions * python-semver#235: Shift focus on semver.VersionInfo.* * python-semver#228: Add better doctest integration into pytest * python-semver#225: Deprecate module level functions * python-semver#224: Replace super() call (python-semver#226) * python-semver#222: Implement of VersionInfo.next_version() function * python-semver#138: Implement `__getitem__` ---- * README.rst: Remove :ref: role as it gives problems in twine * setup.py: add project URLs * Amend list of contributors * Mention how to install semver from master * tox.ini: added prepare-dist target to create distribution (whl and .tar.gz) and check with "twine check" Co-authored-by: Sebastien Celles <scls19fr@users.noreply.github.com>
Create semver version 2.9.1 (python-semver#219) * Raise version number in `__version__` * Update CHANGELOG * Mention TestPyPI in `release-procedure.md` * MANIFEST.in: * Exclude `.travis.yml` * Exclude `.github` directory (pretty useless in an archive/wheel) * Exclude `docs/_build` directory * Exclude temporary Python files like `__pycache__`, `*.py[cod]` * Include all `*.txt` and `*.rst` files Co-authored-by: Sebastien Celles <s.celles@gmail.com> Co-authored-by: scls19fr <scls19fr@users.noreply.github.com>
Fix long description (python-semver#172) * Fix long description * Fix release procedure
PreviousNext