Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

14 Zeilen
574 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.16'