Skip to content

Commit 28d3f97

Browse files
committed
Merge branch 'release/0.1.22'
2 parents 0a04e14 + b7c7b3d commit 28d3f97

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
script:
1717
- tox
1818
- sed -i 's/filename="/filename=".\//g' coverage.xml
19-
- sonar-scanner
19+
- ( which sonar-scanner && sonar-scanner || true )
2020
after_success:
2121
- codecov
2222

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
graphenelib<=0.6.6
2+
websockets
3+
appdirs
4+
Events
5+
scrypt
6+
pycryptodome

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
ascii = codecs.lookup('ascii')
1212
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
1313

14-
VERSION = '0.1.20'
14+
VERSION = '0.1.22'
1515

1616
setup(
1717
name='bitshares',

0 commit comments

Comments
 (0)