diff --git a/docs/development.rst b/docs/development.rst
index 193f6ae8..c53fbd2a 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -6,23 +6,6 @@ Development of Mopidy is coordinated through the IRC channel ``#mopidy`` at
``irc.freenode.net`` and through `GitHub `_.
-Release schedule
-================
-
-We intend to have about one timeboxed feature release every month
-in periods of active development. The feature releases are numbered 0.x.0. The
-features added is a mix of what we feel is most important/requested of the
-missing features, and features we develop just because we find them fun to
-make, even though they may be useful for very few users or for a limited use
-case.
-
-Bugfix releases, numbered 0.x.y, will be released whenever we discover bugs
-that are too serious to wait for the next feature release. We will only release
-bugfix releases for the last feature release. E.g. when 0.3.0 is released, we
-will no longer provide bugfix releases for the 0.2 series. In other words,
-there will be just a single supported release at any point in time.
-
-
Feature wishlist
================
diff --git a/docs/index.rst b/docs/index.rst
index ff63bece..439850a4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -50,6 +50,7 @@ About
authors
licenses
changelog
+ versioning
Development
diff --git a/docs/versioning.rst b/docs/versioning.rst
new file mode 100644
index 00000000..cc7f58bc
--- /dev/null
+++ b/docs/versioning.rst
@@ -0,0 +1,23 @@
+**********
+Versioning
+**********
+
+Mopidy uses `Semantic Versioning `_, but since we're still
+pre-1.0 that doesn't mean much yet.
+
+
+Release schedule
+================
+
+We intend to have about one feature release every month in periods of active
+development. The feature releases are numbered 0.x.0. The features added is a
+mix of what we feel is most important/requested of the missing features, and
+features we develop just because we find them fun to make, even though they may
+be useful for very few users or for a limited use case.
+
+Bugfix releases, numbered 0.x.y, will be released whenever we discover bugs
+that are too serious to wait for the next feature release. We will only release
+bugfix releases for the last feature release. E.g. when 0.14.0 is released, we
+will no longer provide bugfix releases for the 0.13 series. In other words,
+there will be just a single supported release at any point in time. This is to
+not spread our limited resources too thin.