CHANGES 1.1 KB

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