Skip to content

Commit 06f7526

Browse files
authored
Merge pull request #71 from pybuilder/release_0.12.10
Release 0.12.10
2 parents b7e05cc + 28914fd commit 06f7526

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/_release-notes/v0.12.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ list_title: Versions 0.12.x
66

77
# Release Notes - Versions 0.12.x
88

9+
## Version 0.12.10
10+
11+
### Component & Dependency Upgrades
12+
* PIP ==20.2.3 (bundled in venv)
13+
* added setuptools ==50.3.0 (bundled in venv)
14+
915
## Version 0.12.9
1016

1117
### New Features

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h1>
1616
from other famous build tools like <em>Apache Maven</em> and <em>Gradle</em>.
1717
</p>
1818
<p>
19-
<em>PyBuilder</em> runs on Python <strong>2.7 to 3.8 and PyPy</strong>.
20-
Every commit is tested on CPython v2.7, 3.5, 3.6, 3.7, 3.8 and PyPy on Linux, OSX and Windows
19+
<em>PyBuilder</em> runs on Python <strong>2.7 to 3.9 and PyPy</strong>.
20+
Every commit is tested on CPython v2.7, 3.5, 3.6, 3.7, 3.8, 3.9 and PyPy on Linux, OSX and Windows
2121
via <a href="https://travis-ci.org/pybuilder/pybuilder/">Travis CI</a>.
2222
</p>
2323
<p>

0 commit comments

Comments
 (0)