Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Aug 20, 2024
1 parent a41c312 commit 1107f6d
Show file tree
Hide file tree
Showing 4 changed files with 13 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
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 1107f6d

Please sign in to comment.