Skip to content

Commit

Permalink
Add release notes for 1.0.5
Browse files Browse the repository at this point in the history
Update release_howto.rst as well.
  • Loading branch information
ariddell committed Jun 18, 2017
1 parent 3b5bff3 commit 9ae3213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/release_howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
How to make a release of lda
==============================

Fingerprint of signing key is ``94D5E5A35ED429648B1C627AD96242D5314C8249``.

Note that ``pbr`` requires tags to be signed for its version calculations.

1. Verify that the following chores are finished:

- Tests pass.
- Changes since last release are mentioned in ``doc/source/whats_new.rst``.
- Signed tag for the current release exists.
- Signed tag for the current release exists. Run ``git tag -s -u 94D5E5A35ED429648B1C627AD96242D5314C8249 <n.n.n>``.

2. Build source distribution.

Expand All @@ -35,4 +37,4 @@ wheels in ``dist/``.

6. Upload and sign each wheel

``$ for fn in dist/*.whl; do twine upload --sign $fn; done``
``$ for fn in dist/*.whl; do twine upload -i 94D5E5A35ED429648B1C627AD96242D5314C8249 --sign $fn; done``
4 changes: 4 additions & 0 deletions doc/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
What's New
============

v1.0.5 (18. June 2017)
======================
- Wheels for Python 3.6

v1.0.4 (13. July 2016)
======================
- Linux wheels (manylinux1)
Expand Down

0 comments on commit 9ae3213

Please sign in to comment.