Skip to content

Commit 8727e12

Browse files
committed
Preparing to create tag 1.0.0
1 parent 817d8ee commit 8727e12

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,4 +6,8 @@ every change, see the Git log.
66

77
Latest
88
------
9+
* tbd
10+
11+
1.0.0
12+
-----
913
* Major: Initial release.

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 = "0.0.0"
9+
VERSION = "1.0.0"
1010

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

0 commit comments

Comments
 (0)