Skip to content

Commit b9bc038

Browse files
committed
Prepare the 0.12.7 release.
This succeeds the un-released 0.12.6 & 0.12.5.
1 parent 48e5af4 commit b9bc038

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Release Notes
22

3-
## 0.12.6
3+
## 0.12.7
44

55
This release fixes the PythonBuildStandalone provider to avoid making API calls for Python versions
66
it knows are not supported.
77

8+
## 0.12.6
9+
10+
Unreleased.
11+
812
## 0.12.5
913

1014
Unreleased.

science/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
from packaging.version import Version
55

6-
__version__ = "0.12.6"
6+
__version__ = "0.12.7"
77

88
VERSION = Version(__version__)

0 commit comments

Comments
 (0)