Skip to content

Commit

Permalink
changelog, doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 6, 2021
1 parent 0c0a1ff commit cf606f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [10.12.0] - 2021-10-06

### Updated

- Officual Py3.10 release
- Official Py3.10 release

## [10.11.0] - 2021-09-24

Expand Down
2 changes: 1 addition & 1 deletion docs/source/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Suppressing Frames

If you are working with a framework (click, django etc), you may only be interested in seeing the code from your own application within the traceback. You can exclude framework code by setting the `suppress` argument on `Traceback`, `install`, and `Console.print_exception`, which should be a list of modules or str paths.

Here's how you would exclude [click](https://click.palletsprojects.com/en/8.0.x/) from Rich exceptions::
Here's how you would exclude `click <https://click.palletsprojects.com/en/8.0.x/>`_ from Rich exceptions::

import click
from rich.traceback import install
Expand Down

0 comments on commit cf606f0

Please sign in to comment.