Prepare 1.4
This commit is contained in:
10
README.rst
10
README.rst
@@ -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
|
||||
|
||||
2
pager.py
2
pager.py
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user