Skip to content

Commit 2b1a764

Browse files
committed
text(CHANGELOG): version bump to 0.7.1
1 parent 48f4709 commit 2b1a764

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [0.7.1] - 2023-03-04
6+
57
### Added
68

79
- GitHub workflow for static analyses added (syntax, format, and type checks are performed).

src/wsdd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from xml.etree.ElementTree import fromstring as ETfromString
4545

4646

47-
WSDD_VERSION: str = '0.7.0'
47+
WSDD_VERSION: str = '0.7.1'
4848

4949

5050
args: argparse.Namespace

0 commit comments

Comments
 (0)