diff --git a/CHANGES.rst b/CHANGES.rst index 0ea519c..90fada8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ CHANGES ======= -:2016-04-14: 2016.0414.1 - resolve ValueError when creating XML declaration +:2016-04-14: 2016.0414.2 - resolve ValueError when creating XML declaration :2015-05-15: 2015.0515.0 - CRLF to unix from a unix system :2015-02-05: 2015.0205.0 - report the PV's .RTYP value if known :2015-02-04: 2015.0204.0 - customize manage.sh to match setup diff --git a/src/pvWebMonitor/__init__.py b/src/pvWebMonitor/__init__.py index bc75d59..dda8424 100644 --- a/src/pvWebMonitor/__init__.py +++ b/src/pvWebMonitor/__init__.py @@ -2,7 +2,7 @@ __description__ = u'post EPICS PVs to read-only web page' __long_description__ = __description__ -__version__ = u'2015.0515.0' +__version__ = u'2016.0414.2' __release__ = __version__ __author__ = u'Pete R. Jemian' __email__ = u'jemian@anl.gov'