Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed May 24, 2017
1 parent 70624de commit 4193b00
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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 = 0.19.2
VERSION = 0.19.3

test:
PYTHONPATH=. trial --reporter=text test
Expand Down
2 changes: 1 addition & 1 deletion docs/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release Checklist
* update heading, date

* on both signing-machine and build-machine shells:
* export VERSION=0.19.1
* export VERSION=0.19.3

* (if on signing machine) "make dist" and "make dist-sigs"
* creates:
Expand Down
12 changes: 11 additions & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,18 @@ unreleased
`git master <https://github.com/meejah/txtorcon>`_ *will likely become v17.0.0*


v0.19.3
-------

May 24, 2017

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

* Incorrect parsing of SocksPort options (see `Issue 237 <https://github.com/meejah/txtorcon/issues/237>`_)


v0.19.2
----------
-------

May 11, 2017

Expand Down
10 changes: 10 additions & 0 deletions signatues/txtorcon-0.19.3-py2.py3-none-any.whl.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----

iQEcBAABAgAGBQJZJS0yAAoJEMJgKAMSgGmnQLkH/jZrRLCcKJlm7JfwHNNtrQCw
fD1hlEGme1oDW4IwnbmQQIef/MqnhAVmn8+2tb3jKUQbfVAgHd1ozUZZm1uD0FOl
GzTEUBcUsEKd1oHVH4EFFJ0R2NSdHjZ0e92z1HnuWDbK7fjQ5sD7+AkYVp0tPA0c
cHDIguXcPVm1/4UfBhfOc/m4j5O08dDrE6V0eQezXLQKyg9A1K+Lwiu0ly/rGVLw
6oDTfG/Tbi9t27sun3/W0r9d8T+LeREr4qtpNdnCDngMD6/KZNNmLTyodVCbPFBt
lZW3F65rNPmqECul79tK2yuLaP2/8SVkfgMjkhs+eh7W6hj+BTP93lNi8sAa18w=
=ri9v
-----END PGP SIGNATURE-----
10 changes: 10 additions & 0 deletions signatues/txtorcon-0.19.3.tar.gz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----

iQEcBAABAgAGBQJZJS04AAoJEMJgKAMSgGmnH+MIAIqWuuhFmRCd6FQ8agVIR3zW
JauyAlepAf0FljQ/JGUc9aMzFXYjt8Pq41bYSPayw1fkguNNRDUyt2As9m7XRe2a
V2xFgUlYWfZVFVHaPjU4tPWFeZ5SmdX7f9LNUOeowRBnUiguLHatuj8LPELxk1W3
BB4GrjrHTVWha4MIUqCL0p2d4UhvyDQbBR4iFRA/WLYMGCgUcz++j+5z6ttMLYK3
Jv7jjoOFsQaGmhzdfZLnqUzUeC0943WUhG85HManTOIUSPgcQhoMBbRADanVOOwW
oSymyZhCUJTnGvVtS4s1ze/t+2BCy8Lbzsas6g5m0LcBsxV/85qnGJtFz/S8Yyc=
=jhw5
-----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__ = '0.19.2'
__version__ = '0.19.3'
__author__ = 'meejah'
__contact__ = '[email protected]'
__url__ = 'https://github.com/meejah/txtorcon'
Expand Down

0 comments on commit 4193b00

Please sign in to comment.