File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 24
24
#
25
25
###############################################################################
26
26
27
- __version__ = '23.6.1 '
27
+ __version__ = '23.6.2 '
28
28
29
29
__build__ = '00000000-0000000'
Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
8
+ 23.6.2
9
+ ------
10
+
11
+ - fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master
12
+
8
13
23.6.1
9
14
------
10
15
Original file line number Diff line number Diff line change 118
118
extras_require_xbr = [
119
119
# bitarray is required by eth-account, but on pypy
120
120
# 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',
123
123
124
124
# XBR contracts and ABI file bundle
125
125
'xbr>=21.2.1' , # Apache 2.0
You can’t perform that action at this time.
0 commit comments