jayfk / fundingoss.com

http://fundingoss.com
BSD 3-Clause "New" or "Revised" License
59 stars 15 forks source link

Update ipdb to 0.9.1 #66

Closed pyup-bot closed 8 years ago

pyup-bot commented 8 years ago

There's a new version of ipdb available. You are currently using 0.8.1. I have updated it to 0.9.1

Changelog

0.9.1


  • Reset sys.modules['__main__'] to original value. Closes https://github.com/gotcha/ipdb/issues/85 [gotcha]
  • Fix support of IPython versions 0.x [asivokon]

    0.9.0


  • Switch to revised BSD license (with approval of all contributors). Closes https://github.com/gotcha/ipdb/issues/68 [lebedov, gotcha]

    0.8.3


  • Don't pass sys.argv to IPython for configuration. [emulbreh]

    0.8.2


  • Fix lexical comparison for version numbers. [sas23]
  • Allow configuring how many lines of code context are displayed by set_trace [JamshedVesuna]
  • If an instance of IPython is already running its configuration will be loaded. [IxDay]

Happy merging! 🤖

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #66 into master will not affect coverage as of d04a6b2

@@            master     #66   diff @@
======================================
  Files            9       9       
  Stmts           96      96       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit             96      96       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of d04a6b2

Powered by Codecov. Updated on successful CI builds.

pyup-bot commented 8 years ago

Closing this in favor of #69