diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2002-02-18 19:33:03 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2002-02-18 19:33:03 +0000 |
commit | e319968296f4ff442c214779f3dae502335472ba (patch) | |
tree | 0ed743e17694fca213cccfc54fc74fe58f3f25ca | |
parent | f9590ed4ed8966591948c10a5760698467413ee0 (diff) | |
download | pyserial-git-e319968296f4ff442c214779f3dae502335472ba.tar.gz |
updated for 1.12
-rw-r--r-- | pyserial/CHANGES.txt | 4 | ||||
-rw-r--r-- | pyserial/setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt index 635b264..6624a74 100644 --- a/pyserial/CHANGES.txt +++ b/pyserial/CHANGES.txt @@ -18,3 +18,7 @@ Version 1.1 14 Feb 2002 Version 1.11 14 Feb 2002 Same as 1.1 but added missing files. + +Version 1.12 18 Feb 2002 + Removed unneded constants to fix RH7.x problems. + diff --git a/pyserial/setup.py b/pyserial/setup.py index 4b7edaf..755fd5d 100644 --- a/pyserial/setup.py +++ b/pyserial/setup.py @@ -5,7 +5,7 @@ from glob import glob setup( name="pyserial", description="Python Serial Port Extension", - version="1.11", + version="1.12", author="Chris Liechti", author_email="cliechti@gmx.net", url="http://pyserial.sourceforge.net/", |