Skip to content

Commit

Permalink
neue Version 2.5.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
motom001 committed Feb 24, 2022
1 parent f0cc45b commit 07df70b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ Legend:
/ reference to commit
! fix issue or kown bug

Version: 2.5.2-alpha (2022-02-24) !!PRE-RELEASE!!
-------------------------------
~ version to 2.5.2-alpha
Welcome to the DoorPi RESTART
~ Python 3.10 (thx @deviloper-lab)
~ pep8 coding (mostly)
~ integrate CodeQL
~ PEP3120 (UTF-8 default encoding)
+ add .mailmap
+ bare windows-support
/ based on 845d5e4cdedb9650704192adef854b536702427d PR from deviloper-lab\DoorPi
+ from_fingerprint.py (thx @deviloper-lab)
+ from_wiegand.py (thx @deviloper-lab)
! fix #202
! fix #190
! fix #198
! fix #203
! fix #165
- get_pip.py removed, please install pip first manually
- remove travis-ci

Version: 2.5.1 (2016-08-01)
-------------------------------
~ version to 2.5.1
Expand Down
2 changes: 1 addition & 1 deletion doorpi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
package = 'DoorPi'
project = "VoIP Door-Intercomstation with Raspberry Pi"
project_no_spaces = project.replace(' ', '')
version = '2.5.2'
version = '2.5.2-alpha'
description = 'provide intercomstation to the doorstation by VoIP'
keywords = ['intercom', 'VoIP', 'doorstation', 'home automation', 'IoT']
authors = ['Thomas Meissner']
Expand Down

0 comments on commit 07df70b

Please sign in to comment.