Skip to content

Commit

Permalink
be more explicit about required version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 29, 2014
1 parent bd6cc90 commit fc06c56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Steps for creating a new Zope release

- update version information:

- setup.py
- versions.cfg
- setup.py (remove dev postfix)
- versions.cfg (pin Zope2)

- update docs/CHANGES.rst

Expand All @@ -40,6 +40,11 @@ Steps for creating a new Zope release

python2.7 setup.py egg_info -RDb '' sdist --formats=zip register upload

- update version information:

- setup.py (bump version number, add dev postfix)
- versions.cfg (remove Zope2 pin)

- check the visible releases on readthedocs.org at (should default to
showing the active branches)::

Expand Down

0 comments on commit fc06c56

Please sign in to comment.