Skip to content

Commit

Permalink
Prepare release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed May 1, 2016
1 parent fc4592b commit 952334b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


v1.1.2 - 2016-05-01
^^^^^^^^^^^^^^^^^^^
- Trends page giving errors (when lacking data) (`#125 <https://github.com/dennissiemensma/dsmr-reader/issues/125>`_).


v1.1.1 - 2016-04-27
^^^^^^^^^^^^^^^^^^^
- Improve readme (`#124 <https://github.com/dennissiemensma/dsmr-reader/issues/124>`_).
Expand Down
2 changes: 2 additions & 0 deletions docs/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ Software

- `Full Page Screen Capture <https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl?>`_


Testers & contributors
----------------------

- `Jeroen Peters <https://www.linkedin.com/in/jeroenpeters1986>`_ (`Github profile <https://github.com/jeroenpeters1986>`_)
- `Daniel ter Horst <https://www.linkedin.com/in/danielterhorst>`_ (`Github profile <https://github.com/danielterhorst>`_)
- `Sander de Leeuw <https://www.linkedin.com/in/sander-de-leeuw-58313aa0>`_ (`Github profile <https://github.com/sdeleeuw>`_)
- "WatskeBart" (`Github profile <https://github.com/WatskeBart>`_)
- `Gert Schaafsma <https://www.linkedin.com/in/gertschaafsma>`_
- `Bert-Jan Vos <https://www.linkedin.com/in/bert-jan-vos-82011712>`_

Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from django.utils.version import get_version


VERSION = (1, 1, 1, 'final', 0)
VERSION = (1, 1, 2, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit 952334b

Please sign in to comment.