Skip to content

Commit

Permalink
Add reset_application() function
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 8, 2025
1 parent f5382dc commit e3e2c34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.22.15
current_version = 0.22.16
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
[tool.poetry]
authors = ["Christoph Schueler <[email protected]>"]
name = "pyxcp"
version = "0.22.15"
version = "0.22.16"
readme = "README.md"
description = "Universal Calibration Protocol for Python"
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]
Expand Down
2 changes: 1 addition & 1 deletion pyxcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

# if you update this manually, do not forget to update
# .bumpversion.cfg and pyproject.toml.
__version__ = "0.22.15"
__version__ = "0.22.16"
1 change: 1 addition & 0 deletions pyxcp/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,3 +1098,4 @@ def reset_application() -> None:
global application
del application
application = None

0 comments on commit e3e2c34

Please sign in to comment.