Skip to content

Commit db65552

Browse files
committed
Updated version number and release notes for v1.1.0
1 parent b36dd3e commit db65552

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ This section serves as an introduction for developers who are interested in main
2929
Release Notes
3030
-------------
3131
* [ReleaseNotes (development)](docs/release-notes/release-notes-dev.md)
32+
* [ReleaseNotes (v1.1.0)](docs/release-notes/release-notes-v1_1_0.md)
3233
* [ReleaseNotes (v1.0.0)](docs/release-notes/release-notes-v1_0_0.md)

dls_barcode/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "vX.x.p"
1+
VERSION = "v1.1.0"

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ Changes merged into master
55
--------------------------
66
| Jira Task | GitHub Issue | Type | Description |
77
|-----------|--------------|------|-------------|
8-
| I04_1-167 | [#44](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/44) | Minor | Added version number display |
9-
| I04_1-152 | [#48](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/48) | Patch | Fixed missing icons |
10-
| I04_1-177 | [#46](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/46) | Minor | Allow records for duplicate holder barcodes |
11-
| I04_1-165 | [#47](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/47) | Minor | Display holder barcode in records table |
128

139

1410

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Release Notes (v1.1.0)
2+
===========================
3+
4+
Summary of all changes
5+
----------------------
6+
| Jira Task | GitHub Issue | Type | Description |
7+
|-----------|--------------|------|-------------|
8+
| I04_1-167 | [#44](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/44) | Minor | Added version number display |
9+
| I04_1-152 | [#48](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/48) | Patch | Fixed missing icons |
10+
| I04_1-177 | [#46](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/46) | Minor | Allow records for duplicate holder barcodes |
11+
| I04_1-165 | [#47](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/47) | Minor | Display holder barcode in records table |
12+
13+
14+
Change Types:
15+
* Major - Backward incompatible change
16+
* Minor - Backward compatible change in API/functionality
17+
* Patch - Bug fix, no change in functionality
18+

0 commit comments

Comments
 (0)