Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 341 Bytes

MAINTAINERS.rst

File metadata and controls

14 lines (11 loc) · 341 Bytes

Instructions for Maintainers

Release

To release a build:

  1. Push all changes, verify CI passes (see link in README.rst).
  2. Increment __version__ in __init__.py
  3. git tag -a uri-template-py-[version]
  4. git push --tags origin master
  5. python setup.py sdist upload
  6. Brew coffee or tea.