Skip to content

Commit

Permalink
Merge branch 'public/indy-2154' of github.com:anikitinDSR/token-plugi…
Browse files Browse the repository at this point in the history
…n into public/indy-2154
  • Loading branch information
Andrew Nikitin committed Jul 8, 2019
2 parents 70b3b02 + f0cdd44 commit 09da0c0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devops/build-scripts/xenial/Pool_Party/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ RUN useradd -m -d /home/indy -s /bin/bash -p $(openssl passwd -1 "token") -u $ui
ARG indy_stream=rc

ARG indy_anoncreds_ver=1.0.11
ARG indy_node_ver=1.6.75
ARG indy_node_ver=1.6.82
ARG python3_indy_crypto_ver=0.4.5
ARG indy_crypto_ver=0.4.5
ARG indy_plenum_ver=1.6.53
ARG indy_plenum_ver=1.6.57

ARG sovtoken_pkg_name=sovtoken_0.9.6_amd64.deb
ARG sovtokenfees_pkg_name=sovtokenfees_0.9.6_amd64.deb
Expand Down
4 changes: 2 additions & 2 deletions devops/denv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RUN useradd -m -d /home/indy -s /bin/bash -p $(openssl passwd -1 "token") -u 100
WORKDIR /home/indy

# indy-node along with supervisor
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.6.833}
ARG indy_plenum_ver=1.6.696
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.7.1}
ARG indy_plenum_ver=1.7.1
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
RUN echo "deb https://repo.sovrin.org/deb xenial rc" >> /etc/apt/sources.list \
&& apt-get update && apt-get install -y \
Expand Down
6 changes: 3 additions & 3 deletions devops/vagrant/desktop/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ sudo pip3 install -U \
setuptools \
pytest \
pytest-xdist \
python3-indy==1.6.7 \
python3-indy==1.8.2 \
mock

echo ${CYAN}plenum
echo "deb https://repo.sovrin.org/deb xenial rc" >> /etc/apt/sources.list \
sudo apt-get update && apt-get install -y \
supervisor \
python3-indy-crypto=0.4.5 \
indy-plenum=1.6.53 \
indy-node=1.6.75 \
indy-plenum=1.7.1 \
indy-node=1.7.1 \
&& rm -rf /var/lib/apt/lists/*


Expand Down
2 changes: 1 addition & 1 deletion sovtoken/sovtoken/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# TODO: Update the field values below where needed
__title__ = 'sovtoken'
__version_info__ = (0, 9, 13)
__version_info__ = (1, 0, 0)
__version__ = '.'.join(map(str, __version_info__))
__description__ = 'Token Plugin For Indy Plenum'
__long_description__ = ''
Expand Down
2 changes: 1 addition & 1 deletion sovtokenfees/sovtokenfees/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__maintainer__ = 'Sovrin'
__title__ = 'sovtokenfees'
__url__ = 'https://github.com/sovrin-foundation/token-plugin/tree/master/sovtokenfees'
__version_info__ = (0, 9, 13)
__version_info__ = (1, 0, 0)
__version__ = '.'.join(map(str, __version_info__))

__all__ = ['__title__',
Expand Down

0 comments on commit 09da0c0

Please sign in to comment.