Skip to content

Commit 924753b

Browse files
committed
updates version number
1 parent f57970d commit 924753b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
### Added
10+
### Changed
11+
### Fixed
12+
13+
## [0.6.0]
14+
915
### Added
1016

1117
- 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
@@ -215,7 +221,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
215221
- Hurst exponent (`hurst_rs`)
216222
- detrended fluctuation analysis (DFA) (`dfa`)
217223

218-
[Unreleased]: https://github.com/CSchoel/nolds/compare/0.5.2..HEAD
224+
[Unreleased]: https://github.com/CSchoel/nolds/compare/0.6.0..HEAD
225+
[0.6.0]: https://github.com/CSchoel/nolds/compare/0.5.2..0.6.0
219226
[0.5.2]: https://github.com/CSchoel/nolds/compare/0.5.1..0.5.2
220227
[0.5.1]: https://github.com/CSchoel/nolds/compare/0.5.0..0.5.1
221228
[0.5.0]: https://github.com/CSchoel/nolds/compare/0.4.1..0.5.0

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '0.5'
65+
version = '0.6'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.5.2'
67+
release = '0.6.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run(self):
2222

2323
with io.open("README.rst", "r", encoding="utf-8") as f:
2424
readme = f.read()
25-
version = '0.5.2'
25+
version = '0.6.0'
2626
setup(
2727
name='nolds',
2828
packages=['nolds'],

0 commit comments

Comments
 (0)