File: RELEASING

package info (click to toggle)
webassets 3%3A3.0.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,364 kB
  • sloc: python: 8,703; makefile: 92; sh: 3
file content (8 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
- Update CHANGES file
- Update version number in __init__.py
- Update version number in latest "Upgrading" section in docs
- git tag -a ...
- ./setup.py sdist bdist_wheel upload
- scp sdist file to my own server
- Don't forget to push --all and push --tags.