Skip to content

Commit

Permalink
Temp change- removed sales tariff from the schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 committed May 11, 2023
1 parent fc45130 commit 736f621
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.2a1] - 2023-05-11
* Removed sales tariff from the returned simulated schedule.

## [0.21.2a0] - 2023-05-11
* Temp fix for tcp/tls switching issue.

Expand Down
2 changes: 1 addition & 1 deletion iso15118/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.21.2a0"
__version__ = "0.21.2a1"
2 changes: 1 addition & 1 deletion iso15118/secc/controller/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ async def get_sa_schedule_list(
sales_tariff_entry=sales_tariff_entries,
num_e_price_levels=2,
)

sales_tariff = None
# Putting the list of SAScheduleTuple entries together
sa_schedule_tuple = SAScheduleTuple(
sa_schedule_tuple_id=1,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iso15118"
version = "0.21.2a0"
version = "0.21.2a1"
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <andre@switch-ev.com>",
"Dr. Marc Mültin <marc@switch-ev.com>",
Expand Down

0 comments on commit 736f621

Please sign in to comment.