Skip to content

Commit

Permalink
prep version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Aug 14, 2024
1 parent ed3fb71 commit bd9533b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## Version 0.2.0

- Added Export to CTS format functionality
- Unit conversion updates
- Lock pandas version to be compatible with SEED
- Compatible with BuildingSync version 2.4.0

## Version 0.1.14

- Updated error handling

## Version 0.1.13

- Add Electrification Potential Asset
- Update Process Lighting
- Major code cleanup/refactoring

## Version 0.1.12

Updated lxml dependency to 4.9.1
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "buildingsync-asset-extractor"
version = "0.1.14"
version = "0.2.0"
description = "BuildingSync Asset Extractor (BAE)"
authors = ["Katherine Fleming <katherine.fleming@nrel.gov>"]
authors = [
{name = "Katherine Fleming", email = "katherine.fleming@nrel.gov"},
{name = "Hannah Eslinger", email = "hannah.eslinger@nrel.gov"}
]
license = "BSD4"

readme = "README.md"
Expand Down

0 comments on commit bd9533b

Please sign in to comment.