Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions articles/_release-notes/v0.12.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ list_title: Versions 0.12.x

# Release Notes - Versions 0.12.x

## Version 0.12.8

### Bugs Fixed

* [#723 Switch to pdoc3 for all Python 3.x](https://github.com/pybuilder/pybuilder/issues/723)

### Component & Dependency Upgrades
* PIP ==20.2.2 (bundled in venv)
* wheel ==0.35.1 (bundled in venv)
* setuptools ==44.1.1 (bundled in venv)
* tblib ==1.7.0 (bundled in PyBuilder)

## Version 0.12.7

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion documentation/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ The plugin `python.cram` can be used to run tests written for cram. Cram tests r
<div class="alert alert-warning alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<h4>Python 3.2.3 warning</h4>
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 :
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 :
<br/>
<pre>
<code>
Expand Down