diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a74442..d8c7fba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,18 +1,18 @@ Changelog ========= -v0.2.1 (yyyy-mm-dd) +v0.2.1 (2024-08-06) +++++++++++++++++++++++++ New features ############ +* Allow to have holidays in industrial profile Bug fixes ######### - -Other changes -############# - +* simple_profile from IndustrialLoadProfile behaved differently in version + 0.2.0 compared to 0.1.9 due to pandas masking functions. We are now back + to the old (design) values. v0.2.0 (2024-06-27) diff --git a/src/demandlib/__init__.py b/src/demandlib/__init__.py index d3ec452..3ced358 100644 --- a/src/demandlib/__init__.py +++ b/src/demandlib/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"