From f7f8d0554de14d22778594e83ba79852d23e3701 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Oct 2020 15:38:59 +0000 Subject: [PATCH] 0.6.12 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ openpecha/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..44cfd641 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + + + +## v0.6.12 (2020-10-08) +### Fix +* Skip the hfml_serializer test for a new release ([`25fba24`](https://github.com/OpenPecha/openpecha-toolkit/commit/25fba241d4b1e94b08f2c96b300923dbe8009902)) +* Unified opfpath to opf_path ([`9646b34`](https://github.com/OpenPecha/openpecha-toolkit/commit/9646b3450c73ab26736f3daf6ebb8ab104b61cdd)) +* Pecha_id as arguments ([`e288b1d`](https://github.com/OpenPecha/openpecha-toolkit/commit/e288b1dc7524da4b1dad383775a791cbad14bd1b)) +* Improve log message ([`338e661`](https://github.com/OpenPecha/openpecha-toolkit/commit/338e661581d30bb4bf427131cd21a2e70d9ab92d)) +* Fix sub topic nested list ([`f22dcd1`](https://github.com/OpenPecha/openpecha-toolkit/commit/f22dcd1c54e2816e96ee2ba58a5a232c6abc7d10)) +* Import error ([`218c2bf`](https://github.com/OpenPecha/openpecha-toolkit/commit/218c2bf6006ead18305a70b2db88fae4c37d6805)) diff --git a/openpecha/__init__.py b/openpecha/__init__.py index 1921ea4a..02501da4 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.6.11" +__version__ = "0.6.12"