Prepare 1.4

This commit is contained in:
anatoly techtonik
2013-07-27 18:31:13 +03:00
parent 1bee13fdcd
commit 582afcc6af
3 changed files with 14 additions and 4 deletions

View File

@@ -13,15 +13,19 @@ Demo
----
::
# this runs manual tests that are also a showcase of
# module capabilities
python -m pager <file>
python -m pager
# run manual tests that are also a demo
python -m pager --test
Status
------
1.4 (stable)
- pager.py <file>
- 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

View File

@@ -14,7 +14,7 @@ Author: anatoly techtonik <techtonik@gmail.com>
License: Public Domain (use MIT if Public Domain doesn't work for you)
"""
__version__ = '1.4dev'
__version__ = '1.4'
import os,sys

View File

@@ -1,3 +1,9 @@
"""
Release checklist:
[ ] update version
[ ] upload to PyPI
"""
from distutils.core import setup