Skip to content

Commit 2631358

Browse files
authored
Merge pull request #8 from TaskarCenterAtUW/develop
Added TopicAbstract and TopicConfig to package
2 parents 6a8305c + 87fd7fd commit 2631358

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
### 0.0.9
4+
- Added TopicAbstract and TopicConfig to package
5+
36
### 0.0.9
47
- Adding files to python package
58

freeze_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
build_date = date.today().strftime('%Y-%m-%d')
1313

14-
version = '0.0.9'
14+
version = '0.0.10'
1515

1616
with open(version_file_path, 'w+') as version_file:
1717
version_file.write("version = '{}'\n".format(version))
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)