Copyright (C) 2019  Asher Gordon <AsDaGo@protonmail.ch>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

Release info for c2py:
======================================================================

0.0.1rc6:

  * Bugfixes:
  
    * Fixed escaped characters so that \\<char> does not escape <char>
      (where <char> is a single character)
    * Fixed nested do loops where the last \n would be overwritten by
      the `del __c2py_do_*' statement

  * Features:

    * Primary and secondary prompts in interactive mode now use
      `sys.ps1' and `sys.ps2' if available when in shebang mode and
      compiled with libpython3

  * Changes:

    * Help message now outputs Savannah bug tracker URL and the bug
      mailing list address
    * Prompt uses secondary prompt when inputing triple quoted string
      literals across multiple lines in interactive mode (although
      inputing *single* quoted string literals across multiple lines
      still uses the primary prompt when not inside a block)


0.0.1rc5:

  * Initial release
