From 83bc13f3226496c035b4b5b3ea689659cb5f73cb Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 1 Dec 2017 14:40:17 -0500 Subject: [PATCH] Increment to version 1.0.0 --- CHANGELOG.md | 2 ++ doc/source/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e77d78..b3b85aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current version +## Version 1.0.0 (2017-12-01) + ### New features * [Issue 4](https://github.com/MassimoCimmino/pygfunction/issues/4) - Unit testing and integration with [Travis CI](https://travis-ci.org/MassimoCimmino/pygfunction/). diff --git a/doc/source/conf.py b/doc/source/conf.py index 63dfd6ad..bcc7ce99 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = u'0.3' +version = u'1.0' # The full version, including alpha/beta/rc tags. -release = u'0.3.0' +release = u'1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.