Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sjrpc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Mirror
sjrpc
Commits
4c01cecf
Commit
4c01cecf
authored
Feb 08, 2011
by
Antoine Millet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Released version 10.
parent
0e3399c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
debian/changelog
debian/changelog
+9
-0
sjrpc/__init__.py
sjrpc/__init__.py
+1
-1
No files found.
debian/changelog
View file @
4c01cecf
sjrpc (10) unstable; urgency=low
* Logging of sjrpc now use only "debug" verbosity.
* Calls now raise an exception if RpcConnection is disconnected from its peer.
* Fixed logging calls with format string.
* Code cleanup with the help of pylint.
-- Antoine Millet <antoine.millet@smartjog.com> Tue, 08 Feb 2011 13:24:56 +0100
sjrpc (9) unstable; urgency=low
* Fixed the uuid bug
...
...
sjrpc/__init__.py
View file @
4c01cecf
...
...
@@ -21,4 +21,4 @@ import sjrpc.server
import
sjrpc.client
import
sjrpc.utils
__version__
=
9
__version__
=
10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment