Skip to content

Commit

Permalink
Merge pull request #110 from brentzundel/master
Browse files Browse the repository at this point in the history
0.9.0 Release
  • Loading branch information
mac-arrap authored Aug 14, 2018
2 parents fd63e91 + aab7910 commit 5b77a5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.0

* Significant refactoring and updated tests
* Stability improvements
* Buqfixes

## 0.8.0

* A docker image that provides an easy-install build environment
Expand Down
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 @@ -56,8 +56,8 @@ ARG python3_indy_crypto_ver=0.4.1
ARG indy_crypto_ver=0.4.0
ARG indy_plenum_ver=1.4.442

ARG sovtoken_pkg_name=sovtoken_0.8.0_amd64.deb
ARG sovtokenfees_pkg_name=sovtokenfees_0.8.0_amd64.deb
ARG sovtoken_pkg_name=sovtoken_0.9.0_amd64.deb
ARG sovtokenfees_pkg_name=sovtokenfees_0.9.0_amd64.deb

COPY ${sovtoken_pkg_name} /root
COPY ${sovtokenfees_pkg_name} /root
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, 8, 0)
__version_info__ = (0, 9, 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__ = 'Evernym'
__title__ = 'sovtokenfees'
__url__ = 'https://github.com/evernym/plugin/tree/master/sovtokenfees'
__version_info__ = (0, 8, 0)
__version_info__ = (0, 9, 0)
__version__ = '.'.join(map(str, __version_info__))

__all__ = ['__title__',
Expand Down

0 comments on commit 5b77a5b

Please sign in to comment.