diff --git a/changelog.txt b/changelog.txt index 1329092b..51f6dd91 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,14 @@ Legend: / reference to commit ! fix issue or kown bug +Version: 2.5.1 (2016-08-01) +------------------------------- +~ version to 2.5.1 ++ add bouncetime to pn532 keyboard (#167) +! flapping pn532 keyboard (#167) +! Adjusted a few minot things to make doorpi work with pjsua again (#163) +! fix record_filename bug (#166) + Version: 2.5.0.4 (2016-05-23) ------------------------------- + add missing changelog entries for Version: 2.5.0.3 (2016-05-23) diff --git a/doorpi/metadata.py b/doorpi/metadata.py index ef4a9fa5..a0706ea0 100755 --- a/doorpi/metadata.py +++ b/doorpi/metadata.py @@ -9,7 +9,7 @@ package = 'DoorPi' project = "VoIP Door-Intercomstation with Raspberry Pi" project_no_spaces = project.replace(' ', '') -version = '2.5.0.4' +version = '2.5.1' description = 'provide intercomstation to the doorstation by VoIP' keywords = ['intercom', 'VoIP', 'doorstation', 'home automation', 'IoT'] authors = ['Thomas Meissner']