Skip to content

Commit

Permalink
bump version and signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Sep 10, 2019
1 parent 5cbb706 commit 9f51c23
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: test html counts coverage sdist clean install doc integration diagrams
default: test
VERSION = 19.0.0
VERSION = 19.1.0

test:
PYTHONPATH=. trial --reporter=text test
Expand Down
4 changes: 2 additions & 2 deletions docs/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Release Checklist
* update heading, date

* on both signing-machine and build-machine shells:
* export VERSION=19.0.0
* export VERSION=19.1.0

* (if on signing machine) "make dist" and "make dist-sigs"
* creates:
dist/txtorcon-${VERSION}.tar.gz.asc
dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc
* add the signatures to "signatues/"
* add the signatures to "signatures/"
cp dist/txtorcon-${VERSION}.tar.gz.asc dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc signatures/
* add ALL FOUR files to dist/ (OR fix twine commands)

Expand Down
10 changes: 9 additions & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ See also :ref:`api_stability`.
unreleased
----------

`git master <https://github.com/meejah/txtorcon>`_ *will likely become v19.1.0*
`git master <https://github.com/meejah/txtorcon>`_ *will likely become v19.2.0*


v19.1.0
-------

September 10, 2019

* `txtorcon-19.1.0.tar.gz <http://timaq4ygg2iegci7.onion/txtorcon-19.1.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/19.1.0>`_ (:download:`local-sig </../signatues/txtorcon-19.1.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/master/signatues/txtorcon-19.1.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v19.1.0.tar.gz>`_)

* `TorControlProtocol.on_disconnect` is deprecated in favour of
:func:`TorControlProtocol.when_disconnected`
Expand Down
11 changes: 11 additions & 0 deletions signatures/txtorcon-19.1.0-py2.py3-none-any.whl.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQFFBAABCAAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAl13R7gRHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaadApggAs8GMteIM2t4wbUgTKeBUzvt23LeoL+s7
nAUaIB3S6sPtzwyPmDWkcHD+hfC4MD/nYyyYPbNctipnL2FedI9DErJAYsvU5dTg
f8CgZFWPI9DmnuYNz8AIu86YUIyMbWphYs3vZUuklcV3SKaxa09VBCWw/Mp/jajD
b+euLCdhP7we0c2RjknrXcbZc9DY6TB1UNN02R1fULE9THgJjlqINgUNyLvBm0uR
21yftJ1L+4U5ygMBzld7Co0DgQg/6smuP67+oXk6j5t8Y/xO4URsIIjoRs5Avby3
xzeJvQ8yBcXLNDSrnq31J6u8jCmJ/glijR9lpaiJ6FaNxijD/g/zuA==
=LDeq
-----END PGP SIGNATURE-----
11 changes: 11 additions & 0 deletions signatures/txtorcon-19.1.0.tar.gz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQFFBAABCAAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAl13R7kRHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaac8mwgA3+MvWquHB1cutsr5/gfY/R2v4yxxHj/C
sjJDtceDVv7DJm0nB/8yjUwJrAbtaP0/rnAG6yzZxMXGtvRzYhcs961fAhELUfg1
6WymkMCHVPS4h78vUvedsosuIjnsc7G8zBw0uO1dM+yJkBI6Wb3/8Z0YV7xPRsxs
JULXhLCQ0AHn0KplIJs6yeXGy/f3RS0NYhM8nEe3aCiwOkuwdbEaCrCoVcK0Q8J+
WGsW9RezyUQuQZHCGZQc4NwGtKlXOaqeA2cC28orIhQEHou1+oKbaimFVm3qlKEG
yGPvu5j1PnWe2FO5cyBbUSY30u/ocwOM0NhWGdIsp/tDPeuPf0v0iw==
=QVjP
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion txtorcon/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '19.0.0'
__version__ = '19.1.0'
__author__ = 'meejah'
__contact__ = 'meejah@meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
Expand Down

0 comments on commit 9f51c23

Please sign in to comment.