From 884e8a3562801aac86e31950ab1974513161d48b Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 10 Sep 2022 18:16:59 +0200 Subject: Release v4.3 --- Changelog | 4 ++++ README.md | 2 +- beinc_generic_client.py | 4 ++-- beinc_pull.py | 4 ++-- beinc_server.py | 4 ++-- beinc_weechat.py | 4 ++-- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Changelog b/Changelog index 4fbbd0e..6692d08 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +v4.3: + - remove obsolete SSL/TLS code + - use black alike coding style + v4.1: - re-raise exceptions properly - fix error when using Python 3.9 due to removed 'encoding' parameter diff --git a/README.md b/README.md index 6a42ff6..1994c15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Copyright (C) 2014-2020 - Simeon Simeonov +Copyright (C) 2014-2022 - Simeon Simeonov See the end of the file for license conditions. diff --git a/beinc_generic_client.py b/beinc_generic_client.py index af1e74f..476287e 100755 --- a/beinc_generic_client.py +++ b/beinc_generic_client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 +# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3 # Copyright (C) 2013-2022 Simeon Simeonov # This program is free software: you can redistribute it and/or modify @@ -30,7 +30,7 @@ import urllib.parse import urllib.request __author__ = 'Simeon Simeonov' -__version__ = '4.2' +__version__ = '4.3' __license__ = 'GPL3' diff --git a/beinc_pull.py b/beinc_pull.py index 67b6e63..118a08a 100755 --- a/beinc_pull.py +++ b/beinc_pull.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 +# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3 # Copyright (C) 2013-2022 Simeon Simeonov # This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ except ImportError: __author__ = 'Simeon Simeonov' -__version__ = '4.2' +__version__ = '4.3' __license__ = 'GPL3' diff --git a/beinc_server.py b/beinc_server.py index 77aa35e..a105801 100755 --- a/beinc_server.py +++ b/beinc_server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 +# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3 # Copyright (C) 2013-2022 Simeon Simeonov # This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ except ImportError: __author__ = 'Simeon Simeonov' -__version__ = '4.2' +__version__ = '4.3' __license__ = 'GPL3' diff --git a/beinc_weechat.py b/beinc_weechat.py index 2288b74..b3550d8 100644 --- a/beinc_weechat.py +++ b/beinc_weechat.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.0 +# Blackmore's Enhanced IRC-Notification Collection (BEINC) v4.3 # Copyright (C) 2013-2022 Simeon Simeonov # This program is free software: you can redistribute it and/or modify @@ -28,7 +28,7 @@ import urllib.request import weechat __author__ = 'Simeon Simeonov' -__version__ = '4.2' +__version__ = '4.3' __license__ = 'GPL3' -- cgit v1.3