Skip to content

Commit

Permalink
v3.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
git-afsantos committed Aug 12, 2021
1 parent 744930e commit 623e1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.10.8] - 2021-08-12
## [3.10.9] - 2021-08-12
### Fixed
- Fixed an issue when analysing Python bytecode files not encoded in UTF-8 (bytecode should not be treated as text files).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def package_files(directory):

setup(
name = "haros",
version = "3.10.8",
version = "3.10.9",
author = u"André Santos",
author_email = "[email protected]",
description = "Static analysis framework for ROS",
Expand Down

0 comments on commit 623e1e4

Please sign in to comment.