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
8a4fbf7d
Commit
8a4fbf7d
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
ver bump
parent
c227dd78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
coolamqp/uplink/handshake.py
+1
-1
1 addition, 1 deletion
coolamqp/uplink/handshake.py
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
5 additions
and
5 deletions
coolamqp/uplink/handshake.py
+
1
−
1
View file @
8a4fbf7d
...
...
@@ -22,7 +22,7 @@ CLIENT_DATA = [
# because RabbitMQ is some kind of a fascist and does not allow
# these fields to be of type short-string
(
b
'
product
'
,
(
b
'
CoolAMQP
'
,
'
S
'
)),
(
b
'
version
'
,
(
b
'
0.9
0
'
,
'
S
'
)),
(
b
'
version
'
,
(
b
'
0.9
1
'
,
'
S
'
)),
(
b
'
copyright
'
,
(
b
'
Copyright (C) 2016-2017 DMS Serwis
'
,
'
S
'
)),
(
b
'
information
'
,
(
b
'
Licensed under the MIT License.
\n
See https://github.com/smok-serwis/coolamqp for details
'
,
'
S
'
)),
(
b
'
capabilities
'
,
([(
capa
,
(
True
,
'
t
'
))
for
capa
in
SUPPORTED_EXTENSIONS
],
'
F
'
)),
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
2
View file @
8a4fbf7d
...
...
@@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.'
# built documents.
#
# The short X.Y version.
version
=
'
0.9
0
'
version
=
'
0.9
1
'
# The full version, including alpha/beta/rc tags.
release
=
u
'
0.9
0
'
release
=
u
'
0.9
1-rc
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
8a4fbf7d
...
...
@@ -4,12 +4,12 @@ from setuptools import setup
setup
(
name
=
u
'
CoolAMQP
'
,
version
=
'
0.9
0
'
,
version
=
'
0.9
1
'
,
description
=
u
'
Very fast pure-Python AMQP client
'
,
author
=
u
'
DMS Serwis s.c.
'
,
author_email
=
u
'
piotrm@smok.co
'
,
url
=
u
'
https://github.com/smok-serwis/coolamqp
'
,
download_url
=
'
https://github.com/smok-serwis/coolamqp/archive/v0.9
0
.zip
'
,
download_url
=
'
https://github.com/smok-serwis/coolamqp/archive/v0.9
1
.zip
'
,
keywords
=
[
'
amqp
'
,
'
rabbitmq
'
,
'
client
'
,
'
network
'
,
'
ha
'
,
'
high availability
'
],
packages
=
[
'
coolamqp
'
,
...
...
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