Skip to content

Commit 69cb7f7

Browse files
committed
Preparation to release
1 parent 9ddf7eb commit 69cb7f7

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

dls_barcode/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "v1.8.0"
1+
VERSION = "v1.9.0"

docs/release-notes/release-notes-dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Changes merged into master
55
--------------------------
66
| Jira Task | GitHub Issue | Type | Description |
77
|-----------|--------------|------|------------------------------------|
8-
| - | - | |Use python 3.7 |
9-
|I04_1-1036 | - |Minor |Use pylibdtmx to read barcodes |
8+
| - | - | | |
9+
| - | - | | |
1010

1111
Change Types:
1212
* Major - Backward incompatible change
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Release Notes (Development)
2+
===========================
3+
4+
Changes merged into master
5+
--------------------------
6+
| Jira Task | GitHub Issue | Type | Description |
7+
|-----------|--------------|------|---------------------------------------|
8+
|I04_1-1062 | - |Minor |Only letters, numbers, _ and - allowed|
9+
10+
Change Types:
11+
* Major - Backward incompatible change
12+
* Minor - Backward compatible change in API/functionality
13+
* Patch - Bug fix, no change in functionality
14+
15+
16+

0 commit comments

Comments
 (0)