From 359f868f9db410586cf01c071220994d8d7f165a Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Wed, 14 Jun 2023 09:25:55 +0200 Subject: [PATCH] prepare release (#1620) --- autobahn/_version.py | 2 +- docs/changelog.rst | 5 +++++ setup.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/autobahn/_version.py b/autobahn/_version.py index df2ba2917..602fdd653 100644 --- a/autobahn/_version.py +++ b/autobahn/_version.py @@ -24,6 +24,6 @@ # ############################################################################### -__version__ = '23.6.1' +__version__ = '23.6.2' __build__ = '00000000-0000000' diff --git a/docs/changelog.rst b/docs/changelog.rst index c7768a372..2fff51740 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,11 @@ Changelog ========= +23.6.2 +------ + +- fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master + 23.6.1 ------ diff --git a/setup.py b/setup.py index 9987bcd65..881edd8ce 100644 --- a/setup.py +++ b/setup.py @@ -118,8 +118,8 @@ extras_require_xbr = [ # bitarray is required by eth-account, but on pypy # see discussion/links on https://github.com/crossbario/autobahn-python/pull/1617 - # 'bitarray>=2.7.5', # PSF - 'bitarray @ git+https://github.com/ilanschnell/bitarray.git@master#egg=bitarray', + 'bitarray>=2.7.5', # PSF + # 'bitarray @ git+https://github.com/ilanschnell/bitarray.git@master#egg=bitarray', # XBR contracts and ABI file bundle 'xbr>=21.2.1', # Apache 2.0