Skip to content

Commit 010b902

Browse files
committed
Merge branch 'release/0.1.2'
2 parents eb4c3f6 + 2f046bd commit 010b902

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Bakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
linting:
22
pre-commit run --all-files
33

4-
deploy:
4+
publish:
55
poetry publish --build

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Release Note
22

3+
## 0.1.2 - 25 Jan 2020
4+
5+
### Features
6+
7+
* Change to api call = more lightweight + faster
8+
9+
### Fixes
10+
* Add compatibility to python 3.6
11+
312
## 0.1.1 - 24 Jan 2020
413

14+
### Misc.
515
* Setup skeleton for future development
616
* Refactor the code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pythainav"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "a Python interface to pull thai mutual fund NAV"
55
authors = ["Nutchanon Ninyawee <[email protected]>"]
66
maintainers = ["Nutchanon Ninyawee <[email protected]>"]

0 commit comments

Comments
 (0)