Skip to content

Commit 6fd6977

Browse files
committed
Get ready for release 1.8.8
1 parent a9a60f3 commit 6fd6977

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin-tools/how-to-make-a-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [Update NEWS from ChangeLog. Then:](#update-news-from-changelog-then)
88
- [Make sure pyenv is running and check newer versions](#make-sure-pyenv-is-running-and-check-newer-versions)
99
- [Switch to python-2.4, sync that up and build that first since it creates a tarball which we don't want.](#switch-to-python-24-sync-that-up-and-build-that-first-since-it-creates-a-tarball-which-we-dont-want)
10-
- [Update NEWS from master branch](#update-news-from-master-branch)
10+
- [Update NEWS.md from master branch](#update-news-from-master-branch)
1111
- [Check against all versions](#check-against-all-versions)
1212
- [Make packages and tag](#make-packages-and-tag)
1313
- [Upload single package and look at Rst Formating](#upload-single-package-and-look-at-rst-formating)
@@ -39,9 +39,9 @@ Resolve conflicts
3939

4040
$ make ChangeLog
4141

42-
# Update NEWS from ChangeLog. Then:
42+
# Update NEWS.md from ChangeLog. Then:
4343

44-
$ emacs NEWS
44+
$ emacs NEWS.md
4545
$ make check
4646
$ git commit --amend .
4747
$ git push # get CI testing going early

admin-tools/pyenv-newer-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
33
echo "This script should be *sourced* rather than run directly through bash"
44
exit 1
55
fi
6-
export PYVERSIONS='3.5.5 3.6.5 2.6.9 3.3.7 2.7.14 3.2.6 3.4.8'
6+
export PYVERSIONS='3.5.5 3.6.8 2.6.9 3.3.7 2.7.16 3.2.6 3.4.8'

0 commit comments

Comments
 (0)