Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
pika
Commits
ab633813e915
Commit
ab633813e915
authored
6 years ago
by
Luke Bakken
Browse files
Options
Downloads
Patches
Plain Diff
0.13.1 CHANGELOG
parent
fa72bbc1c468
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.rst
+1
-1
1 addition, 1 deletion
CHANGELOG.rst
docs/version_history.rst
+1
-1
1 addition, 1 deletion
docs/version_history.rst
pika/__init__.py
+1
-1
1 addition, 1 deletion
pika/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
CHANGELOG.rst
+
1
−
1
View file @
ab633813
Version History
===============
0.13.1 2019-0
2
-0
4
0.13.1 2019-0
3
-0
7
-----------------
`GitHub milestone <https://github.com/pika/pika/milestone/14>`_
...
...
This diff is collapsed.
Click to expand it.
docs/version_history.rst
+
1
−
1
View file @
ab633813
Version History
===============
0.13.1 2019-0
2
-0
4
0.13.1 2019-0
3
-0
7
-----------------
`GitHub milestone <https://github.com/pika/pika/milestone/14>`_
...
...
This diff is collapsed.
Click to expand it.
pika/__init__.py
+
1
−
1
View file @
ab633813
__version__
=
'
0.13.1
b1
'
__version__
=
'
0.13.1
'
import
logging
from
logging
import
NullHandler
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ab633813
...
...
@@ -16,7 +16,7 @@
setuptools
.
setup
(
name
=
'
pika
'
,
version
=
'
0.13.1
b1
'
,
version
=
'
0.13.1
'
,
description
=
'
Pika Python AMQP Client Library
'
,
long_description
=
open
(
'
README.rst
'
).
read
(),
maintainer
=
'
Gavin M. Roy
'
,
...
...
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