Skip to content

Commit

Permalink
v3.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
git-afsantos committed Aug 27, 2021
1 parent 5e2e4ba commit 9dd3b58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.10.15] - 2021-08-27
### Fixed
- Fixed a crash when parsing certain types of HPL properties.

## [3.10.14] - 2021-08-19
### Fixed
- Fixed a Python 2/3 compatibility bug.
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.14",
version = "3.10.15",
author = u"André Santos",
author_email = "[email protected]",
description = "Static analysis framework for ROS",
Expand Down

0 comments on commit 9dd3b58

Please sign in to comment.