Skip to content

Commit 11e23ff

Browse files
author
Scott Sanderson
authored
Merge pull request #27 from quantopian/release-0.5
REL: Release 0.5.0.
2 parents 97acfa6 + d707f06 commit 11e23ff

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

pgcontents/alembic/env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def run_migrations_online():
7575
finally:
7676
connection.close()
7777

78+
7879
if context.is_offline_mode():
7980
run_migrations_offline()
8081
else:

pgcontents/tests/test_pgcontents_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,5 +485,6 @@ def test_crypto_types(self):
485485
FernetEncryption,
486486
)
487487

488+
488489
# This needs to be removed or else we'll run the main IPython tests as well.
489490
del APITest

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

0 commit comments

Comments
 (0)