summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/history.rst4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst
index c808b18..11ca264 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,10 @@
Release History
=================
+1.4.3
+
+- More stdout encoding issues with Python 2.6.
+
1.4.2
- Fix an issue with unicode output under Python 2.6. See
diff --git a/setup.py b/setup.py
index bef22f4..31b7958 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
PROJECT = 'cliff'
-VERSION = '1.4.2'
+VERSION = '1.4.3'
from setuptools import setup, find_packages