Skip to content

Commit

Permalink
build: Version number bumped to 2.1.1, CHANGELOG updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jun 6, 2022
1 parent 155c329 commit 9228594
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [2.1.1] - 2022-06-06
### Fixed
- Bug in error propagation of correlated least square fits fixed.
- Fit_result.gamma_method can now be called with kwargs

## [2.1.0] - 2022-05-31
### Added
- `obs.covariance` now has the option to smooth small eigenvalues of the matrix with the method described in hep-lat/9412087.
Expand Down
2 changes: 1 addition & 1 deletion pyerrors/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0+dev"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = (this_directory / "README.md").read_text()

setup(name='pyerrors',
version='2.2.0+dev',
version='2.1.1',
description='Error analysis for lattice QCD',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9228594

Please sign in to comment.