Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
d57ada0d
Commit
d57ada0d
authored
3 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-3
2 additions, 3 deletions
CHANGELOG.md
coolamqp/__init__.py
+1
-1
1 addition, 1 deletion
coolamqp/__init__.py
coolamqp/uplink/handshake.py
+1
-1
1 addition, 1 deletion
coolamqp/uplink/handshake.py
with
4 additions
and
5 deletions
CHANGELOG.md
+
2
−
3
View file @
d57ada0d
...
...
@@ -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.1
5
# v1.2.1
6
*
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
This diff is collapsed.
Click to expand it.
coolamqp/__init__.py
+
1
−
1
View file @
d57ada0d
__version__
=
'
1.2.1
5
'
__version__
=
'
1.2.1
6a1
'
This diff is collapsed.
Click to expand it.
coolamqp/uplink/handshake.py
+
1
−
1
View file @
d57ada0d
...
...
@@ -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-202
0
SMOK sp. z o.o.
'
,
'
S
'
)),
(
b
'
copyright
'
,
(
b
'
Copyright (C) 2016-202
1
SMOK sp. z o.o.
'
,
'
S
'
)),
(
b
'
information
'
,
(
b
'
Licensed under the MIT License.
\n
See https://github.com/smok-serwis/coolamqp for details
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment