Skip to content

Commit

Permalink
Bump version number & update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 12, 2019
1 parent 81e224c commit 3ee7d7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# 0.1.
# 0.1.2

- Fix cross-origin issue in Safari (#9, thanks to @eslavich)

# 0.1.1

- Increase default resolution to 1680x1050. The wider screen
matches how many user displays are, and there do not seem to
be lag issues.

# 0.1

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name="jupyter-desktop-server",
packages=find_packages(),
version='0.1.1',
version='0.1.2',
entry_points={
'jupyter_serverproxy_servers': [
'desktop = jupyter_desktop:setup_desktop',
Expand Down

0 comments on commit 3ee7d7e

Please sign in to comment.