Skip to content
Snippets Groups Projects
Unverified Commit 8a3b4343 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

modified the year in client information in handshake.py

parent bc92582a
No related branches found
No related tags found
No related merge requests found
__version__ = '1.2.16a1' __version__ = '1.2.16a2'
...@@ -30,7 +30,7 @@ CLIENT_DATA = [ ...@@ -30,7 +30,7 @@ CLIENT_DATA = [
# these fields to be of type short-string # these fields to be of type short-string
(b'product', (b'CoolAMQP', 'S')), (b'product', (b'CoolAMQP', 'S')),
(b'version', (__version__.encode('utf8'), 'S')), (b'version', (__version__.encode('utf8'), 'S')),
(b'copyright', (b'Copyright (C) 2016-2021 SMOK sp. z o.o.', 'S')), (b'copyright', (b'Copyright (C) 2016-2024 SMOK sp. z o.o.', 'S')),
( (
b'information', ( b'information', (
b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details', b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment