Skip to content

Commit

Permalink
prepare release (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Jun 14, 2023
1 parent a7c7dff commit 359f868
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autobahn/_version.py
Expand Up @@ -24,6 +24,6 @@
#
###############################################################################

__version__ = '23.6.1'
__version__ = '23.6.2'

__build__ = '00000000-0000000'
5 changes: 5 additions & 0 deletions docs/changelog.rst
Expand Up @@ -5,6 +5,11 @@
Changelog
=========

23.6.2
------

- fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master

23.6.1
------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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
Expand Down

0 comments on commit 359f868

Please sign in to comment.