Skip to content

Commit

Permalink
Merge pull request #27 from quantopian/release-0.5
Browse files Browse the repository at this point in the history
REL: Release 0.5.0.
  • Loading branch information
Scott Sanderson authored Jan 24, 2017
2 parents 97acfa6 + d707f06 commit 11e23ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pgcontents/alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def run_migrations_online():
finally:
connection.close()


if context.is_offline_mode():
run_migrations_offline()
else:
Expand Down
1 change: 1 addition & 0 deletions pgcontents/tests/test_pgcontents_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,5 +485,6 @@ def test_crypto_types(self):
FernetEncryption,
)


# This needs to be removed or else we'll run the main IPython tests as well.
del APITest
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.4.0',
version='0.5.0',
description="A Postgres-backed ContentsManager for IPython/Jupyter.",
long_description=long_description,
author="Scott Sanderson",
Expand Down

0 comments on commit 11e23ff

Please sign in to comment.