Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdee committed Jan 25, 2020
2 parents eb4c3f6 + 2f046bd commit 010b902
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linting:
pre-commit run --all-files

deploy:
publish:
poetry publish --build
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <me@nutchanon.org>"]
maintainers = ["Nutchanon Ninyawee <me@nutchanon.org>"]
Expand Down

0 comments on commit 010b902

Please sign in to comment.