Skip to content

Commit 017a8ed

Browse files
Merge pull request #61 from DiamondLightSource/release_v1.2.0
Release v1.2.0
2 parents aa79021 + 487d4c9 commit 017a8ed

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ 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.2.0)](docs/release-notes/release-notes-v1_2_0.md)
3233
* [ReleaseNotes (v1.1.0)](docs/release-notes/release-notes-v1_1_0.md)
3334
* [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.2.0"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ Changes merged into master
55
--------------------------
66
| Jira Task | GitHub Issue | Type | Description |
77
|-----------|--------------|------|-------------|
8-
| I04_1-274 | [#52](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/52) | Patch | Fixed system tests |
9-
| I04_1-272 | [#54](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/54) | Patch | Fixed cammera settings button|
10-
| I04_1-162 | [#56](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/56) | Patch | Fixed slow Travis build|
11-
| I04_1-268 | [#58](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/58) | Minor | Imporved the puck orientation algorithm|
12-
| I04_1-270 | [#59](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/59) | Minor | Improved the puck orientation algorithm - should work even for one pin|
138

149

1510
Change Types:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Release Notes (v1.2.0)
2+
===========================
3+
4+
Summary of all changes
5+
----------------------
6+
| Jira Task | GitHub Issue | Type | Description |
7+
|-----------|--------------|------|-------------|
8+
| I04_1-274 | [#52](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/52) | Patch | Fixed system tests |
9+
| I04_1-272 | [#54](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/54) | Patch | Fixed cammera settings button|
10+
| I04_1-162 | [#56](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/56) | Patch | Fixed slow Travis build|
11+
| I04_1-268 | [#58](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/58) | Minor | Imporved the puck orientation algorithm|
12+
| I04_1-270 | [#59](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/59) | Minor | Improved the puck orientation algorithm - should work even for one pin|
13+
14+
15+
Change Types:
16+
* Major - Backward incompatible change
17+
* Minor - Backward compatible change in API/functionality
18+
* Patch - Bug fix, no change in functionality
19+

0 commit comments

Comments
 (0)