Skip to content

Commit 044b10b

Browse files
committed
🔖 v0.14.1
1 parent 3438d03 commit 044b10b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.14.1...master)
9+
10+
## 2020-12-16 - [v0.14.1](https://github.com/HaaLeo/swarmlib/tree/v0.14.1)
11+
812
### Fixed
913

1014
* a bug that caused swarmlib to show an error message instead of the help message when it was invoked without any args ([#36](https://github.com/HaaLeo/swarmlib/issues/36))
1115

12-
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.14.0...master)
16+
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.14.0...v0.14.1)
1317

1418
## 2020-12-04 - [v0.14.0](https://github.com/HaaLeo/swarmlib/tree/v0.14.0)
1519

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.14.0'
6+
__version__ = '0.14.1'

0 commit comments

Comments
 (0)