Skip to content

Commit da91d5c

Browse files
authored
Merge pull request #1788 from WadeBarnes/ubuntu-20.04-upgrade
Bump indy-plenum version
2 parents a8fb667 + 69cf540 commit da91d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
libgflags-dev
5454
pip install packaging \
5555
importlib_metadata==3.10.1 \
56-
indy-plenum==1.13.1rc2 \
56+
indy-plenum==1.13.1rc3 \
5757
pyzmq==22.3.0
5858
- name: Prepare package and set version
5959
run: |

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
(BASE_DIR, ['data/nssm_original.exe'])
5656
)],
5757

58-
install_requires=['indy-plenum==1.13.1rc2',
58+
install_requires=['indy-plenum==1.13.1rc3',
5959
# importlib-metadata needs to be pinned to 3.10.1 because from v4.0.0 the package
6060
# name ends in python3-importlib-metadata_0.0.0_amd64.deb
6161
# see also build-scripts/ubuntu-2004/build-3rd-parties.sh

0 commit comments

Comments
 (0)