diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-18 02:26:16 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-18 02:26:16 +0000 |
commit | a13d4fbca46fc7ea2d20acc011ab799fcc760ff0 (patch) | |
tree | 8df1a1a34c133065973d9f08002dff69d56b62d4 | |
parent | 18e08e5e6169d8780a5cb1e53dfe972902caf61c (diff) | |
download | cpython-git-a13d4fbca46fc7ea2d20acc011ab799fcc760ff0.tar.gz |
Bump verson
-rw-r--r-- | Doc/howto/curses.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst index ff14335067..2953d36742 100644 --- a/Doc/howto/curses.rst +++ b/Doc/howto/curses.rst @@ -3,7 +3,7 @@ ********************************** :Author: A.M. Kuchling, Eric S. Raymond -:Release: 2.02 +:Release: 2.03 .. topic:: Abstract |