zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Add Python 3 support. #3

Closed berkerpeksag closed 10 years ago

berkerpeksag commented 10 years ago

tox gave me the following output:

  py26-1.4: commands succeeded
  py26-1.5: commands succeeded
  py26-1.6: commands succeeded
  py27-1.4: commands succeeded
  py27-1.5: commands succeeded
  py27-1.6: commands succeeded
  py33-1.5: commands succeeded
  py33-1.6: commands succeeded
  py34-1.5: commands succeeded
  py34-1.6: commands succeeded
  congratulations :)
carljm commented 10 years ago

Thanks very much! Merged.

berkerpeksag commented 10 years ago

Thanks for the quick merge! Is there a specific release date for 2.2?

carljm commented 10 years ago

Nope, but it's been a while, Python 3 support is enough to justify a new release. I'll make one soon.

carljm commented 10 years ago

2.2 is released to PyPI.

berkerpeksag commented 10 years ago

Thanks! :)