mirror of https://github.com/Kozea/pygal.git
Browse Source
Bumped to version 2.0 (with the intent to restructure the library into namespace packagespull/8/head
jaraco
17 years ago
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||||
|
How to make a release: |
||||||
|
|
||||||
|
- build tar.gz, egg for 2.4 and 2.5 and send them to pypi. |
||||||
|
On my system (Unbuntu gutsy): |
||||||
|
python2.4 setup.py egg_info -RDb "" register bdist_egg upload |
||||||
|
python2.5 setup.py egg_info -RDb "" sdist bdist_egg upload |
||||||
|
|
||||||
|
- announce release on python-announce-list@python.org |
||||||
|
|
||||||
|
- bump the version in setup.py and commit |
Loading…
Reference in new issue