Skip to content

Commit

Permalink
21.1.0 version-bump, signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Aug 16, 2021
1 parent 547ef9e commit 7da6ad6
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 3 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 = 21.0.0
VERSION = 21.1.0

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 @@ -23,7 +23,7 @@ Release Checklist
* update heading, date

* on both signing-machine and build-machine shells:
* export VERSION=21.0.0
* export VERSION=21.1.0

* (if on signing machine) "make dist" and "make dist-sigs"
* creates:
Expand Down
7 changes: 7 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ See also :ref:`api_stability`.

`git main <https://github.com/meejah/txtorcon>`_ *will likely become v21.1.0*


v21.1.0
-------

August 16, 2021

* `txtorcon-21.1.0.tar.gz <http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-21.1.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/21.1.0>`_ (:download:`local-sig </../signatues/txtorcon-21.1.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/main/signatues/txtorcon-21.1.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v21.1.0.tar.gz>`_)
* Fix some incorrect unit-test skipping logic (thanks `@exarkun <https://github.com/exarkun>`, `#354 <https://github.com/meejah/txtorcon/issues/354>`_ and `#352 <https://github.com/meejah/txtorcon/issues/352>`_)
* Fix broken tests revealed by previous fixes (thanks `@exarkun <https://github.com/exarkun>`, `#356 <https://github.com/meejah/txtorcon/issues/356>`_

Expand Down
11 changes: 11 additions & 0 deletions signatures/txtorcon-21.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-----

iQFFBAABCgAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAmEa1CsRHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaaeNLQf9HP9eI3LJKQjym0V29xBW1d++f3teLbS3
kA+a+N0EztY/v9Iw6vo/TkjQwTalIBLpKWjD+nPrTom4hPQeJl/k4ZOBChOA7v2l
r/L0S4MfxB/V5ZUpd7okgadpxacLg5SZcLPEFyp8jKHSfFfnEciUATJ2wyDWgP6z
U44j0hgWO9Ag2H63xE4U0Kona7sT6jnd6cInLF8KmxaEgRyNjd6atdy8lM/ZZ4bb
foAlECxaJDog3zhMstASaZnZ1GchHuFz4jKOoP51SS6GVh1I1bP9meus/kkceow3
LTSYIBZI/JM0AytqOTf7pXvmzit59C6KWug483mbiA5amYLpc90b2A==
=8qi7
-----END PGP SIGNATURE-----
11 changes: 11 additions & 0 deletions signatures/txtorcon-21.1.0.tar.gz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQFFBAABCgAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAmEa1DERHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaad5tAgAtt1c1jPV2p85zbjHrrNZLnbvSplzlN43
6pIAUw9g/MGJ05MrriR51jidO25RbngEhK/WfO0El5y/ldGo3C0xQ1jkTR0gkGxF
eNaJPzCqjKSB/E/9MzY1/EtMvmekRs715L+FJeYhH0ZrPnGrcKFa/JERzvWk7MbM
gdv1/GjuUrPSaun+n7zQhXh0dyz/2+knb9aOTigK4Vp9Qfv84mLrmMiwPzd1cipb
rbw5ZjUIO2jXT1TjQKD3j0YhcHX/LTbOD7OQlSQd0vQcnuedLVLFynLYc6qs5Tp5
SbCUIRChKKFEVIlMUw8fJR/Nt/EgG6GtrLNnfx/uk8eTOKvCipCUsw==
=rw8N
-----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__ = '21.0.0'
__version__ = '21.1.0'
__author__ = 'meejah'
__contact__ = '[email protected]'
__url__ = 'https://github.com/meejah/txtorcon'
Expand Down

0 comments on commit 7da6ad6

Please sign in to comment.