summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-09-27 17:13:21 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-09-27 17:13:21 -0400
commit55075fb8cf58b0c4ba029cd097232118b079185c (patch)
tree1f268d3f995404ff7896f54acd22e760c8b2b98a
parent1ebb1439cf604756a18a2ef79bf8beec89045db6 (diff)
downloadpecan-0.4.2.tar.gz
Version increment.0.4.2
Change-Id: Ieb0de1a38c5d015a8df07da9e5df7a36b6214c51
-rw-r--r--docs/source/changes.rst4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index 9a85611..81b032c 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,7 @@
+0.4.2
+=====
+* Remove a routing optimization that breaks the WSME pecan plugin.
+
0.4.1
=====
* Moved the project to `StackForge infrastructure
diff --git a/setup.py b/setup.py
index ba0a0cc..3e7a581 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
-version = '0.4.1'
+version = '0.4.2'
#
# determine requirements