Skip to content

Conversation

@tomschr
Copy link
Member

@tomschr tomschr commented Feb 15, 2020

This PR fixes #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

Update 2020-02-16: Add missing issue number

@tomschr tomschr added the Release_2.x.y Only for the major release 2 label Feb 15, 2020
@tomschr tomschr self-assigned this Feb 15, 2020
@tomschr tomschr requested a review from s-celles February 15, 2020 21:46
@s-celles
Copy link
Member

LGTM

@tomschr
Copy link
Member Author

tomschr commented Feb 16, 2020

Thanks for your quick review! 👍 Much appreciated.
Your changes are now in commit 56c847c.

@tomschr tomschr marked this pull request as ready for review February 16, 2020 10:36
* 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>
@s-celles s-celles merged commit 3f92aa5 into python-semver:master Feb 16, 2020
@tomschr tomschr deleted the release/v2.9.1 branch February 16, 2020 19:59
@tomschr tomschr mentioned this pull request Feb 16, 2020
11 tasks
@tomschr tomschr changed the title WIP: Create semver version 2.9.1-rc2 Create semver version 2.9.1 Feb 16, 2020
@tomschr tomschr linked an issue Feb 16, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release_2.x.y Only for the major release 2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VersionInfo.isvalid() is missing (referenced in docs)

2 participants