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 48e5af4 commit b9bc038Copy full SHA for b9bc038
CHANGES.md
@@ -1,10 +1,14 @@
1
# Release Notes
2
3
-## 0.12.6
+## 0.12.7
4
5
This release fixes the PythonBuildStandalone provider to avoid making API calls for Python versions
6
it knows are not supported.
7
8
+## 0.12.6
9
+
10
+Unreleased.
11
12
## 0.12.5
13
14
Unreleased.
science/__init__.py
@@ -3,6 +3,6 @@
from packaging.version import Version
-__version__ = "0.12.6"
+__version__ = "0.12.7"
VERSION = Version(__version__)
0 commit comments