From f78020d57c766d85bb086fe582891491caaa6107 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 8 Jun 2017 10:37:44 +0100
Subject: [PATCH] Updates to contributing guide

---
 doc/contributing.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/contributing.rst b/doc/contributing.rst
index e2b119486..8712dc6b0 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -45,6 +45,12 @@ numbers::
   backwards-incompatible changes.
 
 
+The version number in the ``master`` branch should be of the form
+``major.minor.patch.dev``, to indicate that any releases made from this branch
+are development releases (although development releases are not part of the
+release model).
+
+
 Releases
 --------
 
@@ -72,12 +78,10 @@ Testing
 
 
 Unit and integration tests are currently run with ``py.test`` and
-``coverage``. We don't have CI configured yet, so tests have to be run
-manually.
+``coverage``.
 
 - Aim for 100% code coverage.
-- Tests must pass on both python 2.7 and 3.5
-- Tests must pass on both wxPython 3.0.2.0 and 4.0.0
+- Tests must pass on python 2.7, 3.4, 3.5, and 3.6
 
 
 Coding conventions
-- 
GitLab