Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mementum committed Mar 11, 2020
1 parent f1c8ef9 commit b4bdc32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion btalib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__all__ = ['__version__', '__version_info__']

__version__ = '0.9.8'
__version__ = '1.0.0'

__version_info__ = tuple(int(x) for x in __version__.split('.'))

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0
- Indicators:
- `sar`, `sarext`
- Added missing check conditions in `ht_trendmode`
- Improved auto-docstring generation

## 0.9.8

- Indicators:
Expand Down

0 comments on commit b4bdc32

Please sign in to comment.