Skip to content

Commit 4018c8f

Browse files
release v0.0.5
1 parent ab00368 commit 4018c8f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.0.5 (2019-08-28)
2+
3+
* Created initial CHANGELOG.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ url = "https://github.com/ChrisTimperley/roswire"
66
description = An API for testing and mutating Dockerised ROS systems.
77
long-description = file: README.md, LICENSE
88
keywords = ros, docker, testing, analysis, mutation, repair
9-
license = MIT
9+
license = Apache License, Version 2.0
1010
classifiers =
1111
Natural Language :: English
1212
Intended Audience :: Developers

src/roswire/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.4'
1+
__version__ = '0.0.5'

0 commit comments

Comments
 (0)