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

modified the year in client information in handshake.py + ver bump

parent 50085d40
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ The changelog is kept as [release notes](https://github.com/smok-serwis/coolamqp
on GitHub. This file serves to only note what changes
have been made so far, between releases.
# v1.2.15
# v1.2.16
* replaced `python-prctl` with `setproctitle` thanks to the latter
having less fascist license (BSD vs GNU GPL v3)
* modified the year in client information in handshake.py
__version__ = '1.2.15'
__version__ = '1.2.16a1'
......@@ -30,7 +30,7 @@ CLIENT_DATA = [
# 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-2020 SMOK sp. z o.o.', 'S')),
(b'copyright', (b'Copyright (C) 2016-2021 SMOK sp. z o.o.', 'S')),
(
b'information', (
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