From 184b92b996b445944392c08313bcf99dc14175cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Oct 2020 10:33:11 +0000 Subject: [PATCH] 0.6.18 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ openpecha/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9694c47..7730bae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.6.18 (2020-10-23) +### Fix +* Create_file to accept org and token ([`7bf1562`](https://github.com/OpenPecha/openpecha-toolkit/commit/7bf15622e57af244363e59d5c0f69e01ffb092a1)) + ## v0.6.17 (2020-10-23) ### Fix * Github helper funcs to work on any org ([`b3aff03`](https://github.com/OpenPecha/openpecha-toolkit/commit/b3aff036bfbbd8bdcd69e3be1819575e5bfba8f2)) diff --git a/openpecha/__init__.py b/openpecha/__init__.py index f9b70001..53a5fd01 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.6.17" +__version__ = "0.6.18"