Skip to content

Commit 1f21201

Browse files
authored
Merge branch 'master' into validation
2 parents 6e485b6 + c6129db commit 1f21201

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change log
22

3+
## 0.22.0 (2023-11-03)
34

4-
- [#381](https://github.com/mobilityhouse/ocpp/issues/381) FormatViolation serialization bug with OCPP 1.6-J
5+
- [#493](https://github.com/mobilityhouse/ocpp/issues/493) Reduce use of NotSupportedError in favor of NotImplementedError. Thanks [drc38](@https://github.com/drc38).
6+
- [#278](https://github.com/mobilityhouse/ocpp/pull/278) Fix types for attributes of OCPP 1.6's type `IdTagInfo`. Thanks [@chan-vince](https://github.com/chan-vince)
7+
- [#504](https://github.com/mobilityhouse/ocpp/pull/504) Add missing tech_info attribute to v2.0.1 EventDataType. Thanks [@LokiHokie](https://github.com/LokiHokie)
8+
- [#381](https://github.com/mobilityhouse/ocpp/issues/381) Add FormationError and OccurrenceConstraintViolationError.
59

610
## 0.21.0 (2023-10-19)
711

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Auke Willem Oosterhoff"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.21.0"
26+
release = "0.22.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ocpp"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55
authors = [
66
"André Duarte <[email protected]>",

0 commit comments

Comments
 (0)