Kayobe 2.0.0 release

Update python module version to 2.0.0, edit release notes.
This commit is contained in:
Mark Goddard 2017-09-15 15:16:39 +01:00
parent a0f49cbd5c
commit 7c7bbc064a
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,10 @@
Release Notes
=============
Unreleased
==========
Kayobe 2.0.0
============
Kayobe 2.0.0 was released on 15th September 2017.
Features
--------

View File

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
PROJECT = 'kayobe'
VERSION = '1.1.0'
VERSION = '2.0.0'
try:
long_description = open('README.md', 'rt').read()