File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ def run_migrations_online():
7575 finally :
7676 connection .close ()
7777
78+
7879if context .is_offline_mode ():
7980 run_migrations_offline ()
8081else :
Original file line number Diff line number Diff 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.
489490del APITest
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments