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():
75
75
finally :
76
76
connection .close ()
77
77
78
+
78
79
if context .is_offline_mode ():
79
80
run_migrations_offline ()
80
81
else :
Original file line number Diff line number Diff line change @@ -485,5 +485,6 @@ def test_crypto_types(self):
485
485
FernetEncryption ,
486
486
)
487
487
488
+
488
489
# This needs to be removed or else we'll run the main IPython tests as well.
489
490
del APITest
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def main():
23
23
24
24
setup (
25
25
name = 'pgcontents' ,
26
- version = '0.4 .0' ,
26
+ version = '0.5 .0' ,
27
27
description = "A Postgres-backed ContentsManager for IPython/Jupyter." ,
28
28
long_description = long_description ,
29
29
author = "Scott Sanderson" ,
You can’t perform that action at this time.
0 commit comments