summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-02-18 19:33:03 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-02-18 19:33:03 +0000
commite319968296f4ff442c214779f3dae502335472ba (patch)
tree0ed743e17694fca213cccfc54fc74fe58f3f25ca
parentf9590ed4ed8966591948c10a5760698467413ee0 (diff)
downloadpyserial-git-e319968296f4ff442c214779f3dae502335472ba.tar.gz
updated for 1.12
-rw-r--r--pyserial/CHANGES.txt4
-rw-r--r--pyserial/setup.py2
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/",