25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
576 B

  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.21.0'