From 28914fde1e1f6534c8d75eedcb99b31b1e3dee1a Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Tue, 6 Oct 2020 14:47:36 -0400 Subject: [PATCH] Release 0.12.10 --- articles/_release-notes/v0.12.x.md | 6 ++++++ index.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/articles/_release-notes/v0.12.x.md b/articles/_release-notes/v0.12.x.md index 35a79ad..c1a63b4 100644 --- a/articles/_release-notes/v0.12.x.md +++ b/articles/_release-notes/v0.12.x.md @@ -6,6 +6,12 @@ list_title: Versions 0.12.x # Release Notes - Versions 0.12.x +## Version 0.12.10 + +### Component & Dependency Upgrades +* PIP ==20.2.3 (bundled in venv) +* added setuptools ==50.3.0 (bundled in venv) + ## Version 0.12.9 ### New Features diff --git a/index.html b/index.html index 41e6dee..eed5935 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@

from other famous build tools like Apache Maven and Gradle.

- PyBuilder runs on Python 2.7 to 3.8 and PyPy. - Every commit is tested on CPython v2.7, 3.5, 3.6, 3.7, 3.8 and PyPy on Linux, OSX and Windows + PyBuilder runs on Python 2.7 to 3.9 and PyPy. + 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 via Travis CI.