Bump to 0.7.2
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index af6122c..e1f827b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+0.7.2 (2020-04-12)
+    * Add `@parameterized_class` name function callback support (thanks
+      @duncwebb et al; https://github.com/wolever/parameterized/pull/74)
+
 0.7.1 (2019-11-19)
     * Fix #73: calling `setUp` and `tearDown` in parameterized classes
 
diff --git a/setup.py b/setup.py
index 8c2dc57..b869182 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@
 
 setup(
     name="parameterized",
-    version="0.7.1",
+    version="0.7.2",
     url="https://github.com/wolever/parameterized",
     license="FreeBSD",
     author="David Wolever",