Skip to content

Commit

Permalink
Merge pull request #401 from meejah/release-24.8.0
Browse files Browse the repository at this point in the history
Release 24.8.0
  • Loading branch information
meejah authored Aug 20, 2024
2 parents a41c312 + 9cde7fd commit 1e6f661
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 = 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'

0 comments on commit 1e6f661

Please sign in to comment.