From a1dec2b1c7e577fd5fb8a48a364ace49ee827fdf Mon Sep 17 00:00:00 2001 From: Silvano Luciani Date: Wed, 17 Dec 2014 10:35:39 -0800 Subject: [PATCH] Mention versioning policy in README --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 072657e0c3d3..a7931fba67d2 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,14 @@ If you need support for other Google APIs, check out the `Google APIs Python Client library `__. +Versioning +---------- +This library follows `Semantic Versioning `__. + +It is currently in major version zero (0.y.z), which means that +anything may change at any time and the public API should not be +considered stable. + Quickstart ----------