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
c090002b
Commit
c090002b
authored
4 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
ver bump
parent
c89d1ee4
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
CHANGELOG.md
+1
-3
1 addition, 3 deletions
CHANGELOG.md
coolamqp/__init__.py
+1
-1
1 addition, 1 deletion
coolamqp/__init__.py
tests/test_clustering/test_a.py
+1
-0
1 addition, 0 deletions
tests/test_clustering/test_a.py
with
3 additions
and
4 deletions
CHANGELOG.md
+
1
−
3
View file @
c090002b
...
...
@@ -2,7 +2,5 @@ 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.9
*
allow calling ack() and nack() multiple times
# v1.2.10
This diff is collapsed.
Click to expand it.
coolamqp/__init__.py
+
1
−
1
View file @
c090002b
__version__
=
'
1.2.
9
'
__version__
=
'
1.2.
10_a1
'
This diff is collapsed.
Click to expand it.
tests/test_clustering/test_a.py
+
1
−
0
View file @
c090002b
...
...
@@ -134,6 +134,7 @@ class TestA(unittest.TestCase):
time
.
sleep
(
1
)
self
.
assertTrue
(
p
[
'
q
'
])
self
.
assertEquals
(
p
[
'
count
'
],
2
)
def
test_message_with_propos_confirm
(
self
):
P
=
{
'
q
'
:
False
}
...
...
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