We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8bacf commit 64e3a8dCopy full SHA for 64e3a8d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 0.2.1 - 2021-10-22
6
+* Upload releases to PyPi automatically
7
+* No functional changes
8
+
9
## 0.2.0 - 2021-10-22
10
* Add timeout to run function
11
* Change socket path format to be unique per SSH instance
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = lbpytest
-version = 0.2.0
+version = 0.2.1
author = Christoph Böhmwalder
author_email = christoph.boehmwalder@linbit.com
description = Utilities for Python-driven integration tests at LINBIT
0 commit comments