Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.0 #68

Merged
merged 12 commits into from
Sep 30, 2019
Merged

Release 0.2.0 #68

merged 12 commits into from
Sep 30, 2019

Conversation

marcofavorito
Copy link
Member

Release summary

Version number: 0.2.0

Release details

This release is just a renaming for another release. This is due to changes in version number management.

In particular, I thought that using a major number equal to 1 was too premature. A major number equal to 0, instead, makes clear that the package is in active development.

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the master branch (left side), from develop
  • Lint and unit tests pass locally
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.md for this release
  • I bumped the version number in the __version__.py file.
  • I published the latest version on TestPyPI and checked that the following command work:
    pip install pythomata==<version-number> --index-url https://testpypi.org/simple --force --no-cache-dir --no-deps
  • After merging the PR, I'll publish the build also on PyPI. Then, I'll make sure the following
    command will work:
    pip install pythomata==<version_number> --force --no-cache-dir --no-deps

Further comments

None.

@marcofavorito marcofavorito merged commit a392093 into master Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant