diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c02be7..43ba7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 069cf0c..63b8257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +authors = [ + "Katherine Fleming ", + "Hannah Eslinger " +] license = "BSD4" readme = "README.md"