verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

Need version 1.5 so we can use `with` #63

Closed wooparadog closed 5 years ago

wooparadog commented 5 years ago

Hi,

I've found that codes(1.4) downloaded from pypi (with pip install) are different from those in repo.

To be specific, it's lacking with support.

$ virtualenv test_env
$ source test_env/bin/activate
$ pip install -U progress
$ cat test_env/lib/python3.7/site-packages/progress/__init__.py | grep enter

A version bump should solve that.

pquentin commented 5 years ago

Now that #61 got accepted (thanks for the review and the merge!), I'd be happy with a new release too. 😄 But if you have other priorities, that's fine too!

jeking3 commented 5 years ago

A release allowing use in a context manager would be great...

verigak commented 5 years ago

Released v1.5

jeking3 commented 5 years ago

Already using it - thanks!