diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-15 02:20:44 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-15 02:20:44 -0700 |
| commit | 30884b15582b8612716eb43a76f0d5e84f54772c (patch) | |
| tree | 762e05e9d0d6c34514a7176919ae9e3fa076406e /RELEASING.txt | |
| parent | bbc27141aece7736b091af7ad157cd48a62083b2 (diff) | |
| download | pyramid-30884b15582b8612716eb43a76f0d5e84f54772c.tar.gz pyramid-30884b15582b8612716eb43a76f0d5e84f54772c.tar.bz2 pyramid-30884b15582b8612716eb43a76f0d5e84f54772c.zip | |
remove 2.6 and 3.2, minor cleanup
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index b69971710..614d3257b 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -15,8 +15,8 @@ Releasing Pyramid - Run tests on Windows if feasible. -- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, pypy, and - pypy3 on UNIX; this doesn't work on Windows): +- Make sure all scaffold tests pass (Py 2.7, 3.3, 3.4, 3.5, pypy, and pypy3 on + UNIX; this doesn't work on Windows): $ ./scaffoldtests.sh @@ -26,7 +26,7 @@ Releasing Pyramid - Copy relevant changes (delta bug fixes) from CHANGES.txt to docs/whatsnew-X.X (if it's a major release). Minor releases should include a link under "Bug Fix Releases" to the minor feature - changes in CHANGES.txt . + changes in CHANGES.txt. - Update README.rst to use correct versions of badges and URLs according to each branch and context, i.e., RTD "latest" == GitHub/Travis "1.x-branch". @@ -52,7 +52,7 @@ Releasing Pyramid - Create a release tag. -- Make sure your Python has ``setuptools-git``, ``twine`` and ``wheel`` +- Make sure your Python has ``setuptools-git``, ``twine``, and ``wheel`` installed and release to PyPI:: $ python setup.py sdist bdist_wheel |
