_version.py 575 B

12345678910111213
  1. # This file MUST NOT contain anything but the __version__ assignment.
  2. #
  3. # When making a release, change the value of __version__
  4. # to an appropriate value, and open a pull request against
  5. # the correct branch (master if making a new feature release).
  6. # The commit message MUST contain a properly formatted release
  7. # log, and the commit must be signed.
  8. #
  9. # The release automation will: build and test the packages for the
  10. # supported platforms, publish the packages on PyPI, merge the PR
  11. # to the target branch, create a Git tag pointing to the commit.
  12. __version__ = '0.4.0'