CHANGES 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Version NEXT
  2. ============
  3. :Released: FUTURE
  4. :Maintainer:
  5. Version 0.1.3
  6. =============
  7. :Released: 2016-02-14
  8. :Maintainer: Ben Finney <ben+python@benfinney.id.au>
  9. * Implement ‘builtins.open’ patch helper function.
  10. * Distribute full source code in generated ‘sdist’.
  11. Version 0.1.2
  12. =============
  13. :Released: 2016-02-01
  14. :Maintainer: Ben Finney <ben+python@benfinney.id.au>
  15. * Gracefully handle the absence of ‘pwd’ module on some platforms.
  16. Version 0.1.1
  17. =============
  18. :Released: 2016-01-29
  19. :Maintainer: Ben Finney <ben+python@benfinney.id.au>
  20. * Remove superfluous test runner complexity from tutorial.
  21. Version 0.1
  22. ===========
  23. :Released: 2016-01-29
  24. :Maintainer: Ben Finney <ben+python@benfinney.id.au>
  25. * Initial release.
  26. ..
  27. This document is written using `reStructuredText`_ markup, and can
  28. be rendered with `Docutils`_ to other formats.
  29. .. _Docutils: http://docutils.sourceforge.net/
  30. .. _reStructuredText: http://docutils.sourceforge.net/rst.html
  31. ..
  32. This is free software: you may copy, modify, and/or distribute this work
  33. under the terms of the GNU General Public License as published by the
  34. Free Software Foundation; version 3 of that license or any later version.
  35. No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details.
  36. ..
  37. Local variables:
  38. coding: utf-8
  39. mode: text
  40. mode: rst
  41. End:
  42. vim: fileencoding=utf-8 filetype=rst :