Skip to content

Commit

Permalink
Merge pull request #302 from anikitinDSR/stable-1.0.2
Browse files Browse the repository at this point in the history
[Stable-1.0.2] bump indy-node to stable version
  • Loading branch information
anikitinDSR authored Aug 30, 2019
2 parents 54448b5 + 0ae518a commit a86a411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ifeq ($(SRC_DIR_NAME),sovtoken)
# pypi: indy-plenum
# apt: indy-plenum (stable component)

FPM_P_DEPENDS := indy-node(=1.9.2~rc1)
FPM_P_DEPENDS := indy-node(=1.9.2)
FPM_ARGS := --no-python-dependencies $(FPM_ARGS)
endif

Expand Down
2 changes: 1 addition & 1 deletion sovtoken/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
include_package_data=True,

install_requires=['indy-node==1.9.2rc1'],
install_requires=['indy-node==1.9.2'],

setup_requires=['pytest-runner'],
extras_require={
Expand Down

0 comments on commit a86a411

Please sign in to comment.