We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c5fd4 commit 246b07bCopy full SHA for 246b07b
2 files changed
NEWS.rst
@@ -6,6 +6,10 @@ every change, see the Git log.
6
7
Latest
8
------
9
+* tbd
10
+
11
+1.0.1
12
+-----
13
* Patch: Fix infinite loop on Windows when looking for recording directory.
14
15
1.0.0
wscript
@@ -6,7 +6,7 @@ import os
APPNAME = "datarecorder"
-VERSION = "1.0.0"
+VERSION = "1.0.1"
def options(ctx):
ctx.load("cmake")
0 commit comments