CHANGES 977 B

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