Skip to content

Commit cabc504

Browse files
authored
Merge pull request #67 from pybuilder/release_0.12.8
Release 0.12.8
2 parents f2354e5 + a2529fa commit cabc504

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

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

77
# Release Notes - Versions 0.12.x
88

9+
## Version 0.12.8
10+
11+
### Bugs Fixed
12+
13+
* [#723 Switch to pdoc3 for all Python 3.x](https://github.com/pybuilder/pybuilder/issues/723)
14+
15+
### Component & Dependency Upgrades
16+
* PIP ==20.2.2 (bundled in venv)
17+
* wheel ==0.35.1 (bundled in venv)
18+
* setuptools ==44.1.1 (bundled in venv)
19+
* tblib ==1.7.0 (bundled in PyBuilder)
20+
921
## Version 0.12.7
1022

1123
### Bugs Fixed

documentation/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The plugin `python.cram` can be used to run tests written for cram. Cram tests r
466466
<div class="alert alert-warning alert-dismissable">
467467
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
468468
<h4>Python 3.2.3 warning</h4>
469-
Cram crashes on python 3.2.3 : <a href="https://bitbucket.org/brodie/cram/issue/28/crash-on-323">see the relevant bitbucket issue</a>. An easy workaround is to not use the plugin on python 3.2 :
469+
Cram crashes on python 3.2.3 : https://bitbucket.org/brodie/cram/issue/28/crash-on-323 (no longer available). An easy workaround is to not use the plugin on python 3.2 :
470470
<br/>
471471
<pre>
472472
<code>

0 commit comments

Comments
 (0)