Skip to content

Commit a78a557

Browse files
author
Nikita Khateev
authored
Merge pull request #248 from andkononykhin/rc2-0.9.12
[ST-538] Release candidate #2 for 0.9.12
2 parents 6a72ba9 + 1219839 commit a78a557

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devops/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ifeq ($(SRC_DIR_NAME),sovtoken)
5353
# pypi: indy-plenum
5454
# apt: indy-plenum (stable component)
5555

56-
FPM_P_DEPENDS := indy-node(=1.8.0~rc2)
56+
FPM_P_DEPENDS := indy-node(=1.8.0)
5757
FPM_ARGS := --no-python-dependencies $(FPM_ARGS)
5858
endif
5959

sovtoken/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
3939
include_package_data=True,
4040

41-
install_requires=['indy-node==1.8.0rc2'],
41+
install_requires=['indy-node==1.8.0'],
4242

4343
setup_requires=['pytest-runner'],
4444
extras_require={

0 commit comments

Comments
 (0)