Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.0.3]

### Features
- ``ResettableTimer``: add properties ``elapsedTime`` and ``remainingTime``
- ``CanTp``: replace polling with blocking queues
- ``CanTp``: add ``st_min`` attribute and ``encode_st_min`` method

## [3.0.2]

### Features
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
tests_require=["pytest", "pytest-mock"],
extras_require={"test": ["pytest", "pytest-mock"]},
# *strongly* suggested for sharing
version="3.0.2",
version="3.0.3",
# The license can be anything you like
license="MIT",
description="Please use python-uds instead, this is a refactored version with breaking changes, only for pykiso",
Expand All @@ -39,6 +39,8 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
include_package_data=True,
Expand Down
Loading