Skip to content

Commit

Permalink
updates for release 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Mar 16, 2022
1 parent 0c3e91b commit 9d631c9
Show file tree
Hide file tree
Showing 6 changed files with 35 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 = 21.1.0
VERSION = 22.0.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.1.0
* export VERSION=22.0.0

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

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

v22.0.0
-------

March 16, 2022

* `txtorcon-22.0.0.tar.gz <http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-22.0.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/22.0.0>`_ (:download:`local-sig </../signatues/txtorcon-22.0.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/main/signatues/txtorcon-22.0.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v22.0.0.tar.gz>`_)
* Use GitHub Action for CI (instead of Travis)
* fix coveralls uploading of coverage


v21.1.0
-------
Expand Down
11 changes: 11 additions & 0 deletions signatures/txtorcon-22.0.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/wmAoAxKAaacFAmIyVo4RHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaac0JQf9Hi7go+0SP2q2p239PVBf4RUBC5b4+r22
7pJCECSAg2HdFG8taz8/1TXBDnAnVXLc3+sA9i5R5zAmZcKEtVdL/miBveQvLve9
UMUEtUtlbWvXBuHRuEEAXU387aI8yJ61VSsZd/pJdBJ7XkohEIudbl+f9IBlXKpk
wMilH3e1fQD8K0RQcVEwnHEADWxW3+xiU48ZM1I22uootRsFDHulEamHgXmAomXU
+GxMRXZkY/s8BwbgeQmNPiYv+IXFbmBzEoBnFjcw670x5RMWVprxn0i2LVvDMJvY
j6T6yIT3kRzo937WlzVmtzp/HDaAmdDZfICC/ZQO3y2NjC7zKoX/EA==
=tAyz
-----END PGP SIGNATURE-----
11 changes: 11 additions & 0 deletions signatures/txtorcon-22.0.0.tar.gz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQFFBAABCgAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAmIyVpURHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaac8SwgAv1I7RHHGhCZFGkgKMkTfIOiqKiEB5Gh5
T96taMD0AI8zDn+05Y2KZ8I9N8noy536BdZE6Xem0LFDeTWMqWy+MIGkGgzs9urC
uv9jik4mS4ngVS+DBnpWuuFVPznEvpbyGNigGZADf2QpQ+TFnHpInWyU+b16rIIA
DF9fVaC7jwrAeHHHOw6Syiiw8W4U5A1M0/nTL49L+z63pE2LnIVrLmR8yjdCQN2P
Ftx1ILFeBKAu4W7fkVlKb3VPO3cYImK/aWys9jJkByZWdz1VeKcFRjModc/clByU
iHCSiLy3XZ+6KzYIPGIGBpPQG8wDqqKVWDmKZdUaN7wSqYc2FA/UvQ==
=l6TZ
-----END PGP SIGNATURE-----
4 changes: 2 additions & 2 deletions txtorcon/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = '21.1.0'
__version__ = '22.0.0'
__author__ = 'meejah'
__contact__ = 'meejah@meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
__license__ = 'MIT'
__copyright__ = 'Copyright 2012-2021'
__copyright__ = 'Copyright 2012-2022'

0 comments on commit 9d631c9

Please sign in to comment.