diff --git a/docs/changelog.rst b/docs/changelog.rst index 694fc1f5d..a6f0c9cca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,13 @@ Changelog ========= -v1.1.0 - 2016-xx-xx + +v1.1.1 - 2016-04-27 +^^^^^^^^^^^^^^^^^^^ +- Improve readme (`#124 `_). + + +v1.1.0 - 2016-04-23 ^^^^^^^^^^^^^^^^^^^ - Autorefresh dashboard (`#117 `_). - Improve line graphs' visibility (`#111 `_). diff --git a/dsmr_frontend/templates/dsmr_frontend/compare.html b/dsmr_frontend/templates/dsmr_frontend/compare.html index ae756a805..a9fa1f514 100644 --- a/dsmr_frontend/templates/dsmr_frontend/compare.html +++ b/dsmr_frontend/templates/dsmr_frontend/compare.html @@ -235,7 +235,7 @@ } update_view(e.date, id_postfix); - }).datepicker('update', '{{ end_date|date:datepicker_date_format }}'); + }); } /** diff --git a/dsmrreader/__init__.py b/dsmrreader/__init__.py index de4ce2549..577e96597 100644 --- a/dsmrreader/__init__.py +++ b/dsmrreader/__init__.py @@ -17,6 +17,6 @@ from django.utils.version import get_version -VERSION = (1, 1, 1, 'beta', 1) +VERSION = (1, 1, 1, 'final', 0) __version__ = get_version(VERSION)