File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ Release procedure
4
4
A list of steps to perform when releasing.
5
5
6
6
* Run tests against latest CouchDB release (ideally also trunk)
7
- * Run tests on different Python versions
7
+ * Make sure the version number in setup.py is correct
8
8
* Update ChangeLog and add a release date, then commit
9
- * Merge changes from default to stable
10
- * Edit setup.cfg (in the tag), remove the egg_info section and commit
11
- * Tag the just-committed changeset, then update to the tag
9
+ * Edit setup.cfg, remove the egg_info section and commit
10
+ * Tag the just-committed changeset
12
11
* python setup.py bdist_wheel sdist --formats=gztar upload
13
- * Revert the setup.cfg change.
14
- * Update the version number on the branch to 0.10.1
12
+ * Revert the setup.cfg change
13
+ * Update the version number in setup.py
You can’t perform that action at this time.
0 commit comments