Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Chulock <jason@recurve.com>
  • Loading branch information
jason-recurve committed Mar 4, 2024
1 parent 9ba0777 commit 67ca299
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,15 @@ Changelog
Development
-----------

* Placeholder

4.0.1
-----

* Correct dataframe input behavior and final row temperature aggregation
* Remove unnecessary datetime normalization in order to respect hour of day
* Convert timestamps in certain warnings to strings to allow serialization
* Allow configuration of segment_type in HourlyModel wrapper


4.0.0
Expand Down
2 changes: 1 addition & 1 deletion eemeter/__version__.py
Expand Up @@ -20,7 +20,7 @@
__title__ = "eemeter"
__description__ = "Open Energy Efficiency Meter"
__url__ = "http://github.com/openeemeter/eemeter"
__version__ = "4.0.0"
__version__ = "4.0.1"
__author__ = "Phil Ngo"
__author_email__ = "admin@openee.io"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 67ca299

Please sign in to comment.