Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Aug 6, 2019
1 parent f96ac65 commit 877b842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes in nbdime

## 1.1

### 1.1.0 - 2019-08

- Add rest API for server extension for handling pure git diffs of notebooks. This allows for a cleaner call without prefixing the filename etc. This is currently only available on the server extension, but can be moved to the main server if there is demand.


## 1.0

### 1.0.7 - 2019-07
Expand Down
2 changes: 1 addition & 1 deletion nbdime/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 0, 8, 'dev')
version_info = (1, 1, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit 877b842

Please sign in to comment.