Skip to content

Commit

Permalink
Bump version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Mar 7, 2022
1 parent de2c3b2 commit a4e7b13
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 1.1.3
VERSION: 1.1.4
strategy:
matrix:
# python-version: [3.7, 3.8, 3.9, "3.10"]
# os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
# os: ['ubuntu-latest', 'macos-10.15', 'macos-latest']
python-version: [3.7, 3.8, 3.9, "3.10"]
# os: ['ubuntu-18.04', 'macos-10.15', 'windows-2019']
os: ['windows-2019']
os: ['ubuntu-18.04', 'macos-10.15', 'windows-2019']
fail-fast: false

steps:
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.3](https://github.com/learnforpractice/pyeoskit/releases)
[pyeoskit v1.1.4](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 pyeoskit import _pyeoskit

__version__='1.1.3'
__version__='1.1.4'

_pyeoskit.init()

Expand Down
5 changes: 3 additions & 2 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
V1.1.3 Release
1. Add support for payer in push_action/push_actions
V1.1.4 Release
1. Add support for Pack&Unpack variant type


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

setup(
name="pyeoskit",
version="1.1.3",
version="1.1.4",
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.3
VERSION=v1.1.4
TARGET=origin
# git push $TARGET :refs/tags/$VERSION
git tag -d $VERSION
Expand Down

0 comments on commit a4e7b13

Please sign in to comment.