Skip to content

Commit cb0d0ec

Browse files
author
Scott Sanderson
committed
REL: Release 0.5.1.
- 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.
1 parent 99b8455 commit cb0d0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main():
2323

2424
setup(
2525
name='pgcontents',
26-
version='0.5.0',
26+
version='0.5.1',
2727
description="A Postgres-backed ContentsManager for IPython/Jupyter.",
2828
long_description=long_description,
2929
author="Scott Sanderson",

0 commit comments

Comments
 (0)