FSX / misaka

A Python binding for Hoedown.
http://misaka.61924.nl
MIT License
418 stars 65 forks source link

new release #44

Closed samuelcolvin closed 9 years ago

samuelcolvin commented 9 years ago

First of all there's an error in the first example in the README: print md('some text') should be print md.render('some text').

Secondly, the currently releases (both v2.0.0b1.post2 and v1.0.2) are in some weird state where they can't be searched for in pypi and (rather more importantly) can't be installed in certain situations, eg. on circleci.

Is there any plan for a proper new release of misaka?

(by the way, great package, thank you)

update: problem with installing on circle ci was simple requirements files being weird (in the terminal misaka==v2.0.0b1.post2 works, but in a requirements file it needs to be misaka==2.0.0b1.post2) either way the a new release and consistently updated documentation would be great.

FSX commented 9 years ago

Thanks for reporting.

I still need to complete the documentation. That's the only thing left to do.

Edit: if you need a proper release at a certain time I can push myself to finish it. :)

FSX commented 9 years ago

Done.

sprin commented 9 years ago

Congratulations and thank you! Just updated from the beta to 2.0 in pg-discuss, a comment backend.