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
4099da42
Unverified
Commit
4099da42
authored
9 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
ver bump
parent
962a0d8d
No related branches found
No related tags found
No related merge requests found
Pipeline
#62122
canceled with stages
in 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-5
7 additions, 5 deletions
README.md
coolamqp/__init__.py
+1
-1
1 addition, 1 deletion
coolamqp/__init__.py
with
8 additions
and
6 deletions
README.md
+
7
−
5
View file @
4099da42
...
...
@@ -3,7 +3,8 @@ CoolAMQP
[

](http://smokserwis.docs.smok5.co/coolamqp)
[

]()
**Warning!!**
Since v1.3.1 development has been moved to this GitLab.
**Warning!!**
Since v1.3.1 development has been moved
from
[
GitHub
](
https://github.com/smok-serwis/coolamqp
)
to this GitLab.
To install CoolAMQP please use
```
bash
...
...
@@ -28,8 +29,9 @@ Why CoolAMQP?
*
[
Publisher confirms
](
https://www.rabbitmq.com/docs/confirms#publisher-confirms
)
*
[
Negative Acknowledgements
](
https://www.rabbitmq.com/docs/nack
)
*
traceable using
[
opentracing
](
https://opentracing.io/
)
*
code coverage is 80% at the moment
Documentation (WIP) is available at
[
Read the Docs
](
http://coolamqp.readthedocs.io/
)
.
Documentation (WIP) is available at
[
our site
](
http://smokserwis.docs.smok.co/coolamqp
)
.
CoolAMQP uses
[
semantic versioning 2.0
](
https://semver.org/spec/v2.0.0.html
)
.
...
...
@@ -101,9 +103,9 @@ In order to compile the definitions:
*
Make sure that you have
`yapf`
and
`requests`
installed
*
then perform:
```
python
python
-
m
compile_definitions
```
```
python
python
-
m
compile_definitions
```
and you're all set. The only files modified is
[
definitions.py
](
coolamqp/framing/definitions.py
)
.
...
...
This diff is collapsed.
Click to expand it.
coolamqp/__init__.py
+
1
−
1
View file @
4099da42
__version__
=
'
1.3.2
a3
'
__version__
=
'
1.3.2
b1
'
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