Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Aug 31, 2021
1 parent b828287 commit 9300aa8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

## [Pending release]

## [1.7.0] - 2021-08-31

- `OHLCV` class extended with timestamp
- `ATR` calculation of the very first value fixed

## [1.6.0] - 2021-06-14

- new `VWAP` indicator added
Expand Down Expand Up @@ -46,7 +51,8 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

- the official release of `talipp`

[Pending release]: https://github.com/nardew/talipp/compare/1.6.0...HEAD
[Pending release]: https://github.com/nardew/talipp/compare/1.7.0...HEAD
[1.7.0]: https://github.com/nardew/talipp/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/nardew/talipp/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/nardew/talipp/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/nardew/talipp/compare/1.3.0...1.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Last but not least, `talipp` is a very young project and therefore open to any s

---

### What's new in version 1.6.0
### What's new in version 1.7.0

- new `VWAP` indicator added
- `OHLCV` class supports timestamps

For the full history of changes see [CHANGELOG](https://github.com/nardew/talipp/blob/master/CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="talipp",
version="1.6.0",
version="1.7.0",
author="nardew",
author_email="[email protected]",
description="TALi++ - Incremental Technical Analysis Library",
Expand Down

0 comments on commit 9300aa8

Please sign in to comment.