Skip to content

Commit a7d65bd

Browse files
authored
[prep] v0.3.1 release (#31)
* update changelog * increment version number
1 parent eb88e6d commit a7d65bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
### Bug fixes
1010
- Remove custom classes, as to prevent future confusion with synapseclient's classes
1111

12+
## 0.3.1
13+
14+
### Bug fixes
15+
- Fix Docker image deployment ([#30](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/30))
16+
1217
## 0.3.0
1318

1419
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cnb-tools"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Convenience tools/functions for challenges and benchmarking on Synapse.org"
55
license = "Apache-2.0"
66
authors = ["Sage CNB Team <cnb@sagebase.org>"]

0 commit comments

Comments
 (0)