Skip to content

Commit 359f868

Browse files
authored
prepare release (crossbario#1620)
1 parent a7c7dff commit 359f868

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

autobahn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
#
2525
###############################################################################
2626

27-
__version__ = '23.6.1'
27+
__version__ = '23.6.2'
2828

2929
__build__ = '00000000-0000000'

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
Changelog
66
=========
77

8+
23.6.2
9+
------
10+
11+
- fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master
12+
813
23.6.1
914
------
1015

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
extras_require_xbr = [
119119
# bitarray is required by eth-account, but on pypy
120120
# see discussion/links on https://github.com/crossbario/autobahn-python/pull/1617
121-
# 'bitarray>=2.7.5', # PSF
122-
'bitarray @ git+https://github.com/ilanschnell/bitarray.git@master#egg=bitarray',
121+
'bitarray>=2.7.5', # PSF
122+
# 'bitarray @ git+https://github.com/ilanschnell/bitarray.git@master#egg=bitarray',
123123

124124
# XBR contracts and ABI file bundle
125125
'xbr>=21.2.1', # Apache 2.0

0 commit comments

Comments
 (0)