repoman: Updates for a release
diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
index c02e17f..96d7b22 100644
--- a/repoman/RELEASE-NOTES
+++ b/repoman/RELEASE-NOTES
@@ -1,6 +1,24 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+repoman-2.3.2
+==================================
+* Bug Fixes:
+    - Bug 544938 add dev-qt/linguist-tools to RDEPEND.suspect set
+    - Bug 602002 make unused local USE flags an error
+    - Bug 533554 add HOMEPAGE.missingurischeme check
+    - Bug 610414 use regular expression to detect line continuations
+    - Bug 610954 Warn about stale CVS keywords in ebuild header
+    - Bug 611296 Don't update years in non-Gentoo copyright lines
+* Add virtual/linuxtv-dvb-headers to RDEPEND.suspect set
+* Add virtual/os-headers to RDEPEND.suspect set
+* Add gentoo to remote-id type
+* Define long for python3 Fixes: 006b168c1bb6
+* Commit footer improvements
+* Check for empty files in filesdir
+* Deprecate gpe.eclass, confutils.eclass
+
+
 repoman-2.3.1
 ==================================
 * Bug Fixes:
diff --git a/repoman/setup.py b/repoman/setup.py
index 1c148c6..aaf76ea 100755
--- a/repoman/setup.py
+++ b/repoman/setup.py
@@ -447,7 +447,7 @@
 
 setup(
 	name = 'repoman',
-	version = '2.3.1',
+	version = '2.3.2',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',