File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## 2.1.0-rc.1 (2025-07-02)
4
+ * [ #701 ] ( https://github.com/mobilityhouse/ocpp/pull/701 ) Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot
5
+ * [ #703 ] ( https://github.com/mobilityhouse/ocpp/pull/703 ) chore(deps): apply minor and patch updates by @jerome-benoit
6
+ * [ #710 ] ( https://github.com/mobilityhouse/ocpp/pull/710 ) Updating examples by @a-alak
7
+ * [ #711 ] ( https://github.com/mobilityhouse/ocpp/pull/711 ) bugfix: Update status field for UpdateFirmware in OCPI 2.2.1 call_result by @a-alak
8
+ * [ #725 ] ( https://github.com/mobilityhouse/ocpp/pull/725 ) docs: Revise README for clarity and keep minimal data by @jainmohit2001
9
+ * [ #726 ] ( https://github.com/mobilityhouse/ocpp/pull/726 ) docs: Added new sphinx docs by @jainmohit2001
10
+ * [ #727 ] ( https://github.com/mobilityhouse/ocpp/pull/727 ) fix: Add requirements for Sphinx documentation build by @jainmohit2001
11
+ * [ #728 ] ( https://github.com/mobilityhouse/ocpp/pull/728 ) Feat/ocpp21 by @mlitre
12
+ * [ #734 ] ( https://github.com/mobilityhouse/ocpp/pull/734 ) Fix build-backend setting by @hikinggrass
13
+
3
14
## 2.0.0 (2024-12-09)
4
15
- [ #621 ] ( https://github.com/mobilityhouse/ocpp/pull/621 ) Bump black from 22.12.0 to 24.3.0 by @dependabot
5
16
- [ #693 ] ( https://github.com/mobilityhouse/ocpp/pull/693 ) ci: ensure the matching poetry version is used by @jerome-benoit
Original file line number Diff line number Diff line change 9
9
project = 'ocpp'
10
10
copyright = '2025, Mohit Jain'
11
11
author = 'Mohit Jain'
12
- release = '3.0.0 '
12
+ release = '2.1.0-rc.1 '
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ocpp"
3
- version = " 2.0.0 "
3
+ version = " 2.1.0-rc.1 "
4
4
description = " Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
5
5
authors = [
6
6
" André Duarte <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments