Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 15, 2021
1 parent c64c1ee commit 6f00324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.1

- Fix running testsuite within virtualenv [#111](https://github.com/jupyter/jupyter-packaging/pull/111) ([@jnahmias](https://github.com/jnahmias))

## 0.11.0

- Drop support for Python 3.6 and add support for Python 3.10. [#109](https://github.com/jupyter/jupyter-packaging/pull/109) ([@blink1073](https://github.com/blink1073))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_packaging/setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def list2cmdline(cmd_list):
return ' '.join(map(pipes.quote, cmd_list))


__version__ = '0.11.0'
__version__ = '0.11.1'

# ---------------------------------------------------------------------------
# Top Level Variables
Expand Down

0 comments on commit 6f00324

Please sign in to comment.