Skip to content

Commit da35f4e

Browse files
authored
chore(release): bump to 4.6.1 (#8421)
1 parent 105cf3a commit da35f4e

File tree

34 files changed

+171
-32
lines changed

34 files changed

+171
-32
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** loosen numpy spec in setup.py ([#8418](https://github.com/Opentrons/opentrons/issues/8418)) ([105cf3a](https://github.com/Opentrons/opentrons/commit/105cf3ab8bd404da07e457b145f6339358390a37))
12+
13+
14+
15+
16+
617
# [4.6.0](https://github.com/Opentrons/opentrons/compare/v4.5.0...v4.6.0) (2021-09-27)
718

819

api/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# OT-2 Software Changes in 4.6.0
9+
# OT-2 Software Changes in 4.6.1
1010

1111
## New Features
1212

@@ -20,6 +20,10 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
2020
- Fixed a few issues with the faster protocol analysis method added in the 4.5.0 release.
2121
- Fixed type annotations of the `ProtocolContext` classes.
2222

23+
## 4.6.0 to 4.6.1
24+
25+
The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running on your OT-2.
26+
2327
## Known Issues
2428

2529
In 4.6.0 and previous releases, the OT-2 will only use TLS 1.0 for WPA2 Enterprise association. Some RADIUS servers have disabled this version of TLS; it must be enabled to connect the OT-2 to a RADIUS-secured network.

api/src/opentrons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package @opentrons/api-server
9+
10+
11+
12+
13+
614
# [4.6.0](https://github.com/Opentrons/opentrons/compare/v4.5.0...v4.6.0) (2021-09-27)
715

816

api/src/opentrons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/api-server",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
# [4.6.0](https://github.com/Opentrons/opentrons/compare/v4.5.0...v4.6.0) (2021-09-27)
715

816
**Note:** Version bump only for package @opentrons/app-shell

app-shell/build/release-notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# Opentrons App Changes in 4.6.0
9+
# Opentrons App Changes in 4.6.1
1010

11-
The 4.6.0 release is primarily focused on bug fixes on the robot software side and behind the scenes changes in the app for future work. You shouldn't notice any big changes with this upgrade.
11+
The 4.6.1 release is primarily focused on bug fixes on the robot software side and behind the scenes changes in the app for future work. You shouldn't notice any big changes with this upgrade.
1212

1313
## New Features
1414

@@ -18,6 +18,10 @@ None in the Opentrons App.
1818

1919
None in the Opentrons App.
2020

21+
## 4.6.0 to 4.6.1
22+
23+
The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running in the Opentrons App.
24+
2125
---
2226

2327
## Opentrons App Changes in 4.5.0

app-shell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@opentrons/app-shell",
33
"private": true,
44
"productName": "Opentrons",
5-
"version": "4.6.0",
5+
"version": "4.6.1",
66
"description": "Opentrons desktop application",
77
"main": "lib/main.js",
88
"types": "lib/main.d.ts",
@@ -28,9 +28,9 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@opentrons/app": "4.6.0",
32-
"@opentrons/discovery-client": "4.6.0",
33-
"@opentrons/shared-data": "4.6.0"
31+
"@opentrons/app": "4.6.1",
32+
"@opentrons/discovery-client": "4.6.1",
33+
"@opentrons/shared-data": "4.6.1"
3434
},
3535
"dependencies": {
3636
"@thi.ng/paths": "1.6.5",

app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package @opentrons/app
9+
10+
11+
12+
13+
614
# [4.6.0](https://github.com/Opentrons/opentrons/compare/v4.5.0...v4.6.0) (2021-09-27)
715

816

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/app",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Opentrons desktop application UI",
55
"source": "src/index.tsx",
66
"types": "lib/index.d.ts",
@@ -19,8 +19,8 @@
1919
"homepage": "https://github.com/Opentrons/opentrons",
2020
"dependencies": {
2121
"@hot-loader/react-dom": "16.8.6",
22-
"@opentrons/components": "4.6.0",
23-
"@opentrons/shared-data": "4.6.0",
22+
"@opentrons/components": "4.6.1",
23+
"@opentrons/shared-data": "4.6.1",
2424
"@thi.ng/paths": "1.6.5",
2525
"classnames": "2.2.5",
2626
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package @opentrons/components
9+
10+
11+
12+
13+
614
# [4.6.0](https://github.com/Opentrons/opentrons/compare/v4.5.0...v4.6.0) (2021-09-27)
715

816

0 commit comments

Comments
 (0)