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 11# Change log
22
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+
314## 2.0.0 (2024-12-09)
415- [ #621 ] ( https://github.com/mobilityhouse/ocpp/pull/621 ) Bump black from 22.12.0 to 24.3.0 by @dependabot
516- [ #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 99project = 'ocpp'
1010copyright = '2025, Mohit Jain'
1111author = 'Mohit Jain'
12- release = '3.0.0 '
12+ release = '2.1.0-rc.1 '
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ocpp"
3- version = " 2.0.0 "
3+ version = " 2.1.0-rc.1 "
44description = " Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55authors = [
66 " André Duarte <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments