Skip to content

Commit

Permalink
Merge pull request #1467 from ashcherbakov/release-1.10.0
Browse files Browse the repository at this point in the history
bump plenum to stable version
  • Loading branch information
anikitinDSR authored Oct 5, 2019
2 parents 219be90 + f72c471 commit d8c62c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy

@Library('SovrinHelpers@v2.1.1') _
@Library('SovrinHelpers@v2.2.1') _

String name = 'indy-node'
String pkgName = name
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum==1.10.0.rc1',
install_requires=['indy-plenum==1.10.0',
'timeout-decorator==0.4.0',
'distro==1.3.0'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit d8c62c1

Please sign in to comment.