File: RELEASE

package info (click to toggle)
bibtexparser 1.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 732 kB
  • sloc: python: 5,614; makefile: 140; sh: 7
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
How to release
==============

* Update CHANGELOG
* Update version in __init__.py
* git tag -a 'vX'
* merge in branch latest
* Send the package on pypi
    python setup.py sdist upload
* tick the doc version on readthedocs
* Update version in __init__.py