CHANGES.rst 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Changelog
  2. =========
  3. 1.2 (unreleased)
  4. ----------------
  5. - Nothing changed yet.
  6. 1.1.1 (2018-11-16)
  7. ------------------
  8. - Move repository to Github.
  9. 1.1 (2018-11-15)
  10. ----------------
  11. - Add support for Python 3.7.
  12. 1.0.post1 (2017-06-22)
  13. ----------------------
  14. - Fix the `description` so PyPI accepts it.
  15. 1.0 (2017-05-13)
  16. ----------------
  17. - Add support for Python 3.4 up to 3.6, PyPy2 and PyPy3.
  18. - Drop support for Python 2.5 and 2.6.
  19. - Change license from ZPL to MIT.
  20. 0.3 (2012-11-13)
  21. ----------------
  22. - Moved sources to bitbucket.org.
  23. - Added Travis-CI.
  24. - Dropped official support for Python 2.3 and Python 2.4. (Although these
  25. rather old Python versions still might be used with this release.)
  26. 0.2.1 (2011-07-28)
  27. ------------------
  28. - Updated categories: Python 2.7 is supported, too.
  29. 0.2 (2009-09-26)
  30. ----------------
  31. - Added ability pass a string used as ellipsis string.
  32. 0.1 (2009-01-31)
  33. ----------------
  34. - Initial public release.