Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 24.8.0 #401

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = 23.11.0
VERSION = 24.8.0

test:
PYTHONPATH=. trial --reporter=text test
Expand Down
9 changes: 8 additions & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ that will be "19.2.1".

See also :ref:`api_stability`.

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


v24.8.0
-------

August 20, 2024

* `txtorcon-24.8.0.tar.gz <http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-24.8.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/24.8.0>`_ (:download:`local-sig </../signatues/txtorcon-24.8.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/main/signatues/txtorcon-24.8.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v24.8.0.tar.gz>`_)
* Fix (test) issues with Twisted 24.7.0 (`#400 <https://github.com/meejah/txtorcon/pull/400>`_)
* Remove usage of "six" (`#395 <https://github.com/meejah/txtorcon/issues/395>`_,
from `a-dieste <https://github.com/a-detiste>`_
Expand Down
11 changes: 11 additions & 0 deletions signatures/txtorcon-24.8.0-py3-none-any.whl.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQFFBAABCgAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAmbE8DcRHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaafn/AgA5n2V7QL9GZpF/kuh6FYsyAdfDJzcTTtU
HK1VwBgRk4YjdwcTiEte1+3Tt9RozGgCzcxdiRAtm3XjwB6dKpI2m8JoVtVPTeWh
rlEwqnkzXdY7LTQq0Jt+hrQmO4BUCPbQsxdLNgTm4BHIdpkkjwFFYZUsjfAdbhkF
Lb8CH7nNCrSWW7n5JA4I8kQHrDhB6oB2Ft39rgJTLhfqbWn8RaIIvMNe6j7SSgFp
5ZJHU354DIaS5/EibYvF4y2qT8SJFwaDvOe0erynm1+1wFLovHZQJGHTckpxvcp+
U4S0PddL7AyYp0epno1YdcVv6jHRTFwDlL/7jxr/oXyDTNMcGpRntQ==
=qsUI
-----END PGP SIGNATURE-----
11 changes: 11 additions & 0 deletions signatures/txtorcon-24.8.0.tar.gz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQFFBAABCgAvFiEEnVor1WiOy4id680/wmAoAxKAaacFAmbE8D4RHG1lZWphaEBt
ZWVqYWguY2EACgkQwmAoAxKAaaenagf+M5WYgEHxN0vr2CEvozbS1Gz0kAoQMRZT
4Rm+mg4+HAOmH3RLv1tuZBek1ndekF4ug0zvIExRNdh4/RQ61IyYOLZyR+51qhlF
cIrmR46dZO9EqFGfd9yV/8kAONZ1xR1bJK2wrY3MgIJ0l1K2YBB5ZutfWe7l29vX
kzn7wSZRG66GW64PMlkzeYu+mQFxpcV9xlAWr8bY/EX2C08nvjhUEwgAEb22tzik
UX5CXLZ8SJfsIKzTsQEiJ7r8g1pHPypD8Fl5m2QdgXg29wPo5iDhcD/HWdV1iXHW
KYoZAfyLbx4RZwL54mra/iwfuAUkiwj5ByyoaSKHqQRJjXRn2wrwfg==
=1RZa
-----END PGP SIGNATURE-----
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ deps=
automat
## XXX this doesn't work on github-actions
## GeoIP
coverage < 7.0.0 # lcov 0.2.5 incompatible with newer coverage
# lcov 0.2.5 incompatible with newer coverage
coverage < 7.0.0
coverage-lcov
toml # needed by above, but that doesn't declare it??
cryptography
Expand Down
4 changes: 2 additions & 2 deletions txtorcon/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = '23.11.0'
__version__ = '24.8.0'
__author__ = 'meejah'
__contact__ = '[email protected]'
__url__ = 'https://github.com/meejah/txtorcon'
__license__ = 'MIT'
__copyright__ = 'Copyright 2012-2023'
__copyright__ = 'Copyright 2012-2024'
Loading