[PATCH 02/13] xmlrpc: Bump version
Stephen Finucane
stephenfinucane at hotmail.com
Tue Sep 20 08:38:50 AEST 2016
This should have been bumped with 'c547dc7'.
Signed-off-by: Stephen Finucane <stephenfinucane at hotmail.com>
---
patchwork/views/xmlrpc.py | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/patchwork/views/xmlrpc.py b/patchwork/views/xmlrpc.py
index 342ceca..8f950a6 100644
--- a/patchwork/views/xmlrpc.py
+++ b/patchwork/views/xmlrpc.py
@@ -389,10 +389,17 @@ def pw_rpc_version():
recommended that one first test the API version for compatibility
before making method calls.
+ History:
+
+ 1.0.0: Patchwork 1.0 release
+ 1.1.0: ???
+ 1.2.0: ???
+ 1.3.0: Add support for negative indexing of Checks
+
Returns:
Version of the API.
"""
- return (1, 2, 0)
+ return (1, 3, 0)
@xmlrpc_method()
--
2.7.4
More information about the Patchwork
mailing list