From f0ed01f32d4ef9e8986ed50b636fafe9ea3132f3 Mon Sep 17 00:00:00 2001 From: Richard O'Dwyer Date: Tue, 12 Nov 2019 09:52:59 +0000 Subject: [PATCH 1/2] Preparing release 1.0.3 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b4a2da0..517584e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -1.0.3 (unreleased) +1.0.3 (2019-11-12) ------------------ - Fixes broken ``download`` method. diff --git a/setup.py b/setup.py index fcb4fc4..8d6ec4f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file: setup( name='mega.py', - version='1.0.3.dev0', + version='1.0.3', packages=find_packages('src', exclude=('tests', )), package_dir={'': 'src'}, include_package_data=True, From 6afa4f2132fea303f6856f92675692186633ff64 Mon Sep 17 00:00:00 2001 From: Richard O'Dwyer Date: Tue, 12 Nov 2019 09:53:16 +0000 Subject: [PATCH 2/2] Back to development: 1.0.4 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 517584e..a122e95 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +1.0.4 (unreleased) +------------------ + +- Nothing changed yet. + + 1.0.3 (2019-11-12) ------------------ diff --git a/setup.py b/setup.py index 8d6ec4f..fc0008f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file: setup( name='mega.py', - version='1.0.3', + version='1.0.4.dev0', packages=find_packages('src', exclude=('tests', )), package_dir={'': 'src'}, include_package_data=True,