Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 279 Bytes

release.md

File metadata and controls

13 lines (8 loc) · 279 Bytes

Making new releases

The version number should follow the semantic versioning guidelines.

  • Bump version in src/geventhttpclient/_init_.py
  • Bump version in setup.py
  • Tag v1.1.x

then run:

python setup.py sdist upload

Please only use sdist !