Skip to content

Commit

Permalink
modified the year in client information in handshake.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed Apr 4, 2024
1 parent bc92582 commit 8a3b434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coolamqp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.16a1'
__version__ = '1.2.16a2'
2 changes: 1 addition & 1 deletion coolamqp/uplink/handshake.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# these fields to be of type short-string
(b'product', (b'CoolAMQP', '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'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details',
Expand Down

0 comments on commit 8a3b434

Please sign in to comment.