summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-16 12:40:14 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-16 12:40:14 -0400
commit9eaa0e56982f45fbc44dd9fac2363e6e890db6e1 (patch)
tree4617ea6fdf058cd16b8d39a408ce215a9316e7a4
parente957181c35d71a900062e0a82e9ddd78087e43f4 (diff)
downloadcliff-9eaa0e56982f45fbc44dd9fac2363e6e890db6e1.tar.gz
prepare for 1.4.3 release1.4.3
Change-Id: I4c7c7dd27ac5e0ee98089e5be892df7759cba377
-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