Skip to content

Commit

Permalink
updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Aug 6, 2024
1 parent f57970d commit 924753b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
### Changed
### Fixed

## [0.6.0]

### Added

- new parameter `closed` for `sampen` to determine if `<` or `<=` should be used for checking if the distance between a vector pair is within the tolerance
Expand Down Expand Up @@ -215,7 +221,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Hurst exponent (`hurst_rs`)
- detrended fluctuation analysis (DFA) (`dfa`)

[Unreleased]: https://github.com/CSchoel/nolds/compare/0.5.2..HEAD
[Unreleased]: https://github.com/CSchoel/nolds/compare/0.6.0..HEAD
[0.6.0]: https://github.com/CSchoel/nolds/compare/0.5.2..0.6.0
[0.5.2]: https://github.com/CSchoel/nolds/compare/0.5.1..0.5.2
[0.5.1]: https://github.com/CSchoel/nolds/compare/0.5.0..0.5.1
[0.5.0]: https://github.com/CSchoel/nolds/compare/0.4.1..0.5.0
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '0.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run(self):

with io.open("README.rst", "r", encoding="utf-8") as f:
readme = f.read()
version = '0.5.2'
version = '0.6.0'
setup(
name='nolds',
packages=['nolds'],
Expand Down

0 comments on commit 924753b

Please sign in to comment.