We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45691e commit 3efb7cfCopy full SHA for 3efb7cf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 4.14.3-rc.0 (2024-09-24)
4
+
5
+### Fixes
6
7
+#### Update qcs-sdk-python, fixing edge cases that prevented access tokens from being refreshed properly (#1803)
8
9
## 4.14.2 (2024-08-20)
10
11
### Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
-version = "4.14.2"
+version = "4.14.3-rc.0"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <softapps@rigetti.com>"]
readme = "README.md"
0 commit comments