From c4517cf4114ba1e75086f2a66307b9f37387e43e Mon Sep 17 00:00:00 2001 From: Sherif Soliman Date: Thu, 16 Nov 2017 18:09:35 -0800 Subject: [PATCH] Prep for 0.4.0 release. --- HISTORY.rst | 2 +- changelog.txt | 4 ++-- setup.py | 4 ++-- simplestatistics/conf.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 13c7f1c..628c834 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ History ------- -0.x.x (TBD) +0.4.0 (2017-11-16) ----------- Added diff --git a/changelog.txt b/changelog.txt index 1cc236c..0019fd1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,8 @@ # simplestatistics changelog -## 0.x.x +## 0.4.0 -TBD +2017-11-16 ### Added diff --git a/setup.py b/setup.py index ca08f4b..2486310 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,13 @@ setup( name='simplestatistics', packages=['simplestatistics', 'simplestatistics.statistics'], - version='0.3.0', + version='0.4.0', description='Simple statistical functions implemented in readable Python.', author='Sherif Soliman', author_email='sherif@ssoliman.com', license='MIT', url='https://github.com/sheriferson/simplestatistics', - download_url='https://github.com/sheriferson/simplestatistics/tarball/0.3.0', + download_url='https://github.com/sheriferson/simplestatistics/tarball/0.4.0', keywords=['statistics', 'math'], classifiers=[ 'Programming Language :: Python :: 2', diff --git a/simplestatistics/conf.py b/simplestatistics/conf.py index a0e5a9c..f2667a8 100644 --- a/simplestatistics/conf.py +++ b/simplestatistics/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = '0.3.0' +version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.