Closes gh-97
@@ -21,6 +21,8 @@ Application section
The publisher name that shows up in the *Add or Remove programs* control panel.
+ .. versionadded:: 1.10
+
.. describe:: entry_point
The function to launch your application, in the format ``module:function``.
@@ -1,6 +1,13 @@
Release notes
=============
+Version 1.10
+------------
+* New optional field ``publisher``, to provide a publisher name in the uninstall
+ list.
+* The uninstall information in the registry now also includes ``DisplayVersion``.
Version 1.9
-----------