From 582afcc6afd3f8b4c740439a58b0ab5b9f9178b5 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Sat, 27 Jul 2013 18:31:13 +0300 Subject: [PATCH] Prepare 1.4 --- README.rst | 10 +++++++--- pager.py | 2 +- setup.py | 6 ++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 253fb4c..4a55062 100644 --- a/README.rst +++ b/README.rst @@ -13,15 +13,19 @@ Demo ---- :: - # this runs manual tests that are also a showcase of - # module capabilities + python -m pager - python -m pager + # run manual tests that are also a demo + python -m pager --test Status ------ +1.4 (stable) + - pager.py + - Linux: termios comments, docs and preparation for very + likely API break in getch() function 1.3 (stable) - Windows: Python 3 requires getwch() - Windows: fix ENTER LEFT UP RIGHT DOWN ESC key codes diff --git a/pager.py b/pager.py index 4f9d2df..10a8fdd 100755 --- a/pager.py +++ b/pager.py @@ -14,7 +14,7 @@ Author: anatoly techtonik License: Public Domain (use MIT if Public Domain doesn't work for you) """ -__version__ = '1.4dev' +__version__ = '1.4' import os,sys diff --git a/setup.py b/setup.py index 03cbc64..1bf7244 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,9 @@ +""" +Release checklist: + +[ ] update version +[ ] upload to PyPI +""" from distutils.core import setup