Bump version
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 00ae08c..20a917d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,9 @@
+0.3.5 (2014-11-05)
+ * Allow the names of test cases generated by ``parameterized.expand`` to
+ be customized.
+ (https://github.com/wolever/nose-parameterized/pull/19;
+ thanks @curtissiemens)
+
0.3.4 (2014-10-03)
* Use ``functools.wraps`` to wrap expanded functions
(https://github.com/wolever/nose-parameterized/pull/17;
diff --git a/setup.py b/setup.py
index 75a1a75..611250b 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@
setup(
name="nose-parameterized",
- version="0.3.4",
+ version="0.3.5",
url="https://github.com/wolever/nose-parameterized",
author="David Wolever",
author_email="david@wolever.net",