Skip to content

Commit d8c62c1

Browse files
author
anikitinDSR
authored
Merge pull request #1467 from ashcherbakov/release-1.10.0
bump plenum to stable version
2 parents 219be90 + f72c471 commit d8c62c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Jenkinsfile.cd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
@Library('SovrinHelpers@v2.1.1') _
3+
@Library('SovrinHelpers@v2.2.1') _
44

55
String name = 'indy-node'
66
String pkgName = name

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
data_files=[(
5151
(BASE_DIR, ['data/nssm_original.exe'])
5252
)],
53-
install_requires=['indy-plenum==1.10.0.rc1',
53+
install_requires=['indy-plenum==1.10.0',
5454
'timeout-decorator==0.4.0',
5555
'distro==1.3.0'],
5656
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)