Skip to content

Commit

Permalink
Bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Mar 31, 2022
1 parent 7ab59bc commit c3aea17
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 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.5
VERSION: 1.1.6
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.5](https://github.com/learnforpractice/pyeoskit/releases)
[pyeoskit v1.1.6](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.5'
__version__='1.1.6'

_pyeoskit.init()

Expand Down
6 changes: 2 additions & 4 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
V1.1.5 Release
1. Add support for Pack&Unpack variant type


V1.1.6 Release
1. maintain permission order
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.5",
version="1.1.6",
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.5
VERSION=v1.1.6
TARGET=origin
# git push $TARGET :refs/tags/$VERSION
git tag -d $VERSION
Expand Down

0 comments on commit c3aea17

Please sign in to comment.