From cf7cca2979fca8a8f0867eb115f481934761d2b9 Mon Sep 17 00:00:00 2001 From: Nutchanon Ninyawee Date: Sat, 25 Jan 2020 16:29:41 +0700 Subject: [PATCH 1/3] bump to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e12480..c58a783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pythainav" -version = "0.1.1" +version = "0.1.2" description = "a Python interface to pull thai mutual fund NAV" authors = ["Nutchanon Ninyawee "] maintainers = ["Nutchanon Ninyawee "] From 77b1a72fe97a0dbd586a97c5c2928b97c4daf870 Mon Sep 17 00:00:00 2001 From: Nutchanon Ninyawee Date: Sat, 25 Jan 2020 16:31:20 +0700 Subject: [PATCH 2/3] Fix bake cmd typo --- Bakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bakefile b/Bakefile index e9b0b78..1184f03 100644 --- a/Bakefile +++ b/Bakefile @@ -1,5 +1,5 @@ linting: pre-commit run --all-files -deploy: +publish: poetry publish --build From 2f046bdde87c9d51381ad649e2933b686070e38b Mon Sep 17 00:00:00 2001 From: Nutchanon Ninyawee Date: Sat, 25 Jan 2020 16:48:15 +0700 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa83636..80ef8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Note +## 0.1.2 - 25 Jan 2020 + +### Features + +* Change to api call = more lightweight + faster + +### Fixes +* Add compatibility to python 3.6 + ## 0.1.1 - 24 Jan 2020 +### Misc. * Setup skeleton for future development * Refactor the code