From e01f5cf69dd6e949fd7bb78eb105d32268970c10 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Sep 2016 15:54:28 -0400
Subject: [PATCH] Updated the release notes in the readme.

---
 README.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 8425186..e6203ec 100644
--- a/README.rst
+++ b/README.rst
@@ -191,7 +191,6 @@ Releasing
     tox
 
 
-
 * Release on PyPI by uploading both sdist and wheel::
 
     python setup.py sdist upload -r pypi
@@ -201,6 +200,11 @@ Releasing
 
   NOTE: Make sure you have Python Wheel installed for your distribution or else the above commands will not work.
 
+* Create git tag for released version::
+
+    git tag -a v0.1.1 -m "version 0.1.1"
+
+
 * Update version number (can also be minor or major)::
 
     bumpversion patch
-- 
GitLab