Skip to content

Commit

Permalink
REL: Release 0.5.1.
Browse files Browse the repository at this point in the history
- Adds a new `fetch` command to the `pgcontents` CLI for fetching a
  single notebook.
- Adds utilities for offline processing of notebooks from the pgcontents
  database.
- Adds utilities for encrypting and decrypting notebooks for many users.
- Pegs `notebook` dependency to < 5.0.
  • Loading branch information
Scott Sanderson committed Jul 28, 2017
1 parent 99b8455 commit cb0d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():

setup(
name='pgcontents',
version='0.5.0',
version='0.5.1',
description="A Postgres-backed ContentsManager for IPython/Jupyter.",
long_description=long_description,
author="Scott Sanderson",
Expand Down

0 comments on commit cb0d0ec

Please sign in to comment.