Skip to content

Commit

Permalink
Release 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Jun 25, 2021
1 parent 4f6b876 commit 19b8b9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.10.3

- Some fixes for issues discovered during packaging [#96](https://github.com/jupyter/jupyter-packaging/pull/96) ([@frenzymadness](https://github.com/frenzymadness))
- Disallow deprecated function return incorrect results for Python 3.10 [#97](https://github.com/jupyter/jupyter-packaging/pull/97) ([@frenzymadness](https://github.com/frenzymadness))
- Fix handling of module metadata in tests [#92](https://github.com/jupyter/jupyter-packaging/pull/92) ([@blink1073](https://github.com/blink1073))

## 0.10.2

- Fix Handling of npm Parameter [#90](https://github.com/jupyter/jupyter-packaging/pull/90) ([@jtpio](https://github.com/jtpio))
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.10.2'
__version__ = '0.10.3'

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

0 comments on commit 19b8b9e

Please sign in to comment.