Skip to content

Commit

Permalink
v3.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
git-afsantos committed Aug 19, 2021
1 parent df875b5 commit 10e7686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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).

## [Unreleased]
## [3.10.14] - 2021-08-19
### Fixed
- Fixed a Python 2/3 compatibility bug.
- Fixed issue #70 and issue #111.

## [3.10.13] - 2021-08-16
### Fixed
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.13",
version = "3.10.14",
author = u"André Santos",
author_email = "[email protected]",
description = "Static analysis framework for ROS",
Expand Down

0 comments on commit 10e7686

Please sign in to comment.