Skip to content

Commit 246b07b

Browse files
committed
Preparing to create tag 1.0.1
1 parent 20c5fd4 commit 246b07b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ every change, see the Git log.
66

77
Latest
88
------
9+
* tbd
10+
11+
1.0.1
12+
-----
913
* Patch: Fix infinite loop on Windows when looking for recording directory.
1014

1115
1.0.0

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import os
66

77

88
APPNAME = "datarecorder"
9-
VERSION = "1.0.0"
9+
VERSION = "1.0.1"
1010

1111
def options(ctx):
1212
ctx.load("cmake")

0 commit comments

Comments
 (0)