We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0694a commit 334b28bCopy full SHA for 334b28b
CHANGES.rst
@@ -6,6 +6,10 @@ Racker changelog
6
in progress
7
===========
8
9
+
10
+2022-05-20 0.2.0
11
+================
12
13
- Add software tests to CI/GHA
14
- Naming things: Add ``racker`` command with ``racker {pull,run}`` subcommands
15
- Improve subprocess stdout/stderr redirection and error handling
setup.py
@@ -8,7 +8,7 @@
setup(
name="racker",
- version="0.1.0",
+ version="0.2.0",
author="Andreas Motl",
author_email="andreas.motl@cicerops.de",
url="https://github.com/cicerops/racker",
0 commit comments