From 849c28228fc7f179d3e79751988401e7fd695a2c Mon Sep 17 00:00:00 2001 From: Inti Ocean Date: Wed, 9 Oct 2013 21:58:28 +0100 Subject: [PATCH 1/3] readme changes only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 006b2cc..b95bac1 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Todos - make the project a homepage - Create a version range as a concrete usable example - ensure all functions have docstrings describing the inputs and outputs -- look for enhancements to the code (timing, optimisation, tidying of interval_set ...) +- Convert this readme to RST so that it renders properly on pypi From 8c9cf5257d19aa28fde74de9794bf905ca386ec0 Mon Sep 17 00:00:00 2001 From: Inti Ocean Date: Wed, 9 Oct 2013 22:06:01 +0100 Subject: [PATCH 2/3] roll version back to 0.1.1 to release and add a changelog to the readme --- README.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b95bac1..9b86299 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,13 @@ Todos - Create a version range as a concrete usable example - ensure all functions have docstrings describing the inputs and outputs - Convert this readme to RST so that it renders properly on pypi + +Cangelog +======== +v 0.1.1 +------- +Adding Manifest file to fix the pypi release + +v 0.1 +----- +Initial release diff --git a/setup.py b/setup.py index 289172e..89633bd 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.2' +version = '0.1.1' with open('README.md', 'r') as f: long_desc = f.readlines() From fb0dc6fd4f2fc0837867d5635c047d1f13fef73a Mon Sep 17 00:00:00 2001 From: Inti Ocean Date: Wed, 9 Oct 2013 22:07:42 +0100 Subject: [PATCH 3/3] Roll version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89633bd..f541fad 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.1' +version = '0.1.2' with open('README.md', 'r') as f: long_desc = f.readlines()