Skip to content

Commit d800f12

Browse files
committed
REL: Release 0.5.2.
Fixes a bug in the `generate_files` utility where a non-notebook file in the database would cause an exception.
1 parent e778078 commit d800f12

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.1',
26+
version='0.5.2',
2727
description="A Postgres-backed ContentsManager for IPython/Jupyter.",
2828
long_description=long_description,
2929
author="Scott Sanderson",

0 commit comments

Comments
 (0)