Skip to content

Commit

Permalink
release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Aug 28, 2019
1 parent ab00368 commit 4018c8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 0.0.5 (2019-08-28)

* Created initial CHANGELOG.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url = "https://github.com/ChrisTimperley/roswire"
description = An API for testing and mutating Dockerised ROS systems.
long-description = file: README.md, LICENSE
keywords = ros, docker, testing, analysis, mutation, repair
license = MIT
license = Apache License, Version 2.0
classifiers =
Natural Language :: English
Intended Audience :: Developers
Expand Down
2 changes: 1 addition & 1 deletion src/roswire/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 4018c8f

Please sign in to comment.