Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
N0ury committed Apr 2, 2022
1 parent 165fe89 commit 676bb92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This Changelog starts with version v0.3.0
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.8] - 2022-04-02
### Changed
-Add -o|--overloads option to avoid displaying lines containing overlods or invalid values stored as 9.99999999e+37
- correction of the syntax of the "get" commands by removing the spaces before and after the commas
- Cleaning of useless import
- management of global variables is changed
- replacement of variable names that are reserved words
- code cleaning

## [0.3.6] - 2022-03-25
### Changed
- show command is replaced by get
Expand Down
2 changes: 1 addition & 1 deletion fluke_28x_dmm_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# __init__.py

# Version of the fluke_28x_dmm_util package
__version__ = "0.3.7"
__version__ = "0.3.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="fluke_28x_dmm_util",
version="0.3.7",
version="0.3.8",
description="Utility for interacting with Fluke 289 and 287 Series multimeters.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 676bb92

Please sign in to comment.