Skip to content

Commit

Permalink
Bump version to v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Jun 10, 2022
1 parent 66a869a commit e0ad46f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 1.1.8
VERSION: 1.1.9
strategy:
matrix:
# python-version: [3.7, 3.8, 3.9, "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 1.1.8
VERSION: 1.1.9
strategy:
matrix:
# python-version: [3.7, 3.8, 3.9, "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Python Toolkit for EOS

# Latest Release

[pyeoskit v1.1.8](https://github.com/learnforpractice/pyeoskit/releases)
[pyeoskit v1.1.9](https://github.com/learnforpractice/pyeoskit/releases)

# Installation

Expand Down
2 changes: 1 addition & 1 deletion pysrc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .chainapi_sync import ChainApi
from . import _pyeoskit

__version__='1.1.8'
__version__='1.1.9'

_pyeoskit.init()

Expand Down
5 changes: 3 additions & 2 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
V1.1.8 Release
1. Fix running out of transaction index issue
V1.1.9 Release
1. Fix ledger signing

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="pyeoskit",
version="1.1.8",
version="1.1.9",
description="Python Toolkit for EOS",
author='learnforpractice',
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v1.1.8
VERSION=v1.1.9
TARGET=origin
# git push $TARGET :refs/tags/$VERSION
git tag -d $VERSION
Expand Down

0 comments on commit e0ad46f

Please sign in to comment.