mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
build: version number bumped to 2.2.0
This commit is contained in:
parent
36745f51b9
commit
9d9759ae47
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [2.2.0] - 2022-xx-xx
|
## [2.2.0] - 2022-08-01
|
||||||
### Added
|
### Added
|
||||||
- New submodule `input.pandas` added which adds the possibility to read and write pandas DataFrames containing `Obs` or `Corr` objects to csv files or SQLite databases.
|
- New submodule `input.pandas` added which adds the possibility to read and write pandas DataFrames containing `Obs` or `Corr` objects to csv files or SQLite databases.
|
||||||
- `hash` method for `Obs` objects added.
|
- `hash` method for `Obs` objects added.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.2.0+dev"
|
__version__ = "2.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue