brendonh / pyth

Python text markup and conversion
MIT License
89 stars 79 forks source link

Bump to 0.6.1? #29

Open joshma opened 10 years ago

joshma commented 10 years ago

Any chance you can cut a release and bump the PyPI version? Thanks!

joshma commented 10 years ago

:(

brendonh commented 9 years ago

Sorry about this. I'll bump and push in a week or two, if no-one finds problems with the latest codec changes.

joshma commented 9 years ago

Hey @brendonh, could you bump when you get a chance? Thanks!

ScottSturdivant commented 8 years ago

@brendonh For what it's worth, the 0.6.0 version that is on PyPI does not work fully with Flask. This gist throws a UnicodeDecodeError when trying to load up your ansi.rtf file from the tests directory. If I use the latest rev from git, there are no problems.

Also, if / when you do cut a release, the __version__ in your pyth/__init__.py file is also out of date.

Thank you!