8000 adds flags to argument, updates changelog and setup.py · Nikki-Gu/jupyter-notify@5cd0dae · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
adds flags to argument, updates changelog and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Torrence authored and Hanna Torrence committed Aug 25, 2017
1 parent 7f5ec6f commit 5cd0dae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.1.10] - 2017-08-25
### Added
- Added the ability to customize the displayed message

## [0.1.9] - 2017-08-18
### Added
- Added this CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions jupyternotify/jupyternotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def __init__(self, shell, require_interaction=False):

@magic_arguments()
@argument(
"message",
nargs="?",
"-m",
"--message",
default="Cell Execution Has Finished!!",
help="Custom notification message"
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='jupyternotify',
version='0.1.9',
version='0.1.10',
description='A Jupyter Notebook %%magic for Browser Notifications of Cell Completion',
long_description=readme+'\n\n'+authors+'\nLicense\n-------\n'+license,
author='Michelangelo D\'Agostino',
Expand Down

0 comments on commit 5cd0dae

Please sign in to comment.
0