From a04851c3e7b7e2b87f62d2de7e54c97c87881fcc Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 14:12:30 -0400 Subject: Attempting a new streamlined, Travis-powered release process. --- setup.cfg | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index a6da2c77..72967fa4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,10 @@ [egg_info] -tag_build = dev +tag_build = .post +tag_date = 1 [aliases] -release = egg_info -RDb '' +clean_egg_info = egg_info -RDb '' +release = clean_egg_info build_sphinx sdist bdist_wheel upload_docs source = register sdist binary binary = bdist_egg upload --show-response test = pytest @@ -20,3 +22,14 @@ formats = gztar zip [wheel] universal=1 + +[bumpversion] +current_version = 20.5 +commit = True +tag = True +parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? +serialize= + {major}.{minor}.{patch} + {major}.{minor} + +[bumpversion:file:setup.py] -- cgit v1.2.1 From af4b8f9370b9e18a9f5fe43e17161533e1a31646 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 14:18:14 -0400 Subject: Follow semver to the letter for simplicity. --- setup.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 72967fa4..6112885d 100755 --- a/setup.cfg +++ b/setup.cfg @@ -24,12 +24,8 @@ formats = gztar zip universal=1 [bumpversion] -current_version = 20.5 +current_version = 20.5.0 commit = True tag = True -parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? -serialize= - {major}.{minor}.{patch} - {major}.{minor} [bumpversion:file:setup.py] -- cgit v1.2.1 From 1627f58f4ca1d03bfc53d918373cb681a57d661d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 14:19:54 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.5.0=20=E2=86=92=2020.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6112885d..a671f651 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,8 @@ +[bumpversion] +current_version = 20.6.0 +commit = True +tag = True + [egg_info] tag_build = .post tag_date = 1 @@ -21,11 +26,7 @@ upload-dir = docs/build/html formats = gztar zip [wheel] -universal=1 - -[bumpversion] -current_version = 20.5.0 -commit = True -tag = True +universal = 1 [bumpversion:file:setup.py] + -- cgit v1.2.1 From 763d5ef1c8d382c6cd6f0dd247d7c6c9e3447a11 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 14:31:17 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.0=20=E2=86=92=2020.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index a671f651..abb03906 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.0 +current_version = 20.6.1 commit = True tag = True -- cgit v1.2.1 From 125066cb8dd2d44cc2ed9bded916840a59d4f1ac Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 14:45:37 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.1=20=E2=86=92=2020.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index abb03906..2d0cb185 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.1 +current_version = 20.6.2 commit = True tag = True -- cgit v1.2.1 From 9bc17cf4cd018979b1d56bf3e2b14651bc451bcc Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 14:52:13 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.2=20=E2=86=92=2020.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2d0cb185..ac29c73b 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.2 +current_version = 20.6.3 commit = True tag = True -- cgit v1.2.1 From 4c7ee26f9b2d2a04ba853bd55b63e2776277a539 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 15:00:09 -0400 Subject: Ignore doc building during release; rely on separate dpl step. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index ac29c73b..adfdf5ae 100755 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ tag_date = 1 [aliases] clean_egg_info = egg_info -RDb '' -release = clean_egg_info build_sphinx sdist bdist_wheel upload_docs +release = clean_egg_info sdist bdist_wheel source = register sdist binary binary = bdist_egg upload --show-response test = pytest -- cgit v1.2.1 From 26004981b800a24654a43d88fc0d609d247ca9b7 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 15:00:19 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.3=20=E2=86=92=2020.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index adfdf5ae..64fc368d 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.3 +current_version = 20.6.4 commit = True tag = True -- cgit v1.2.1 From eae952e4f29f58e39be1a0a28cf5a5793f79e906 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 16:18:46 -0400 Subject: Logic in upload_docs will only trigger docs build if no docs dir was specified, so explicitly build during release. Fixes #524. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 64fc368d..1d9dda37 100755 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ tag_date = 1 [aliases] clean_egg_info = egg_info -RDb '' -release = clean_egg_info sdist bdist_wheel +release = clean_egg_info sdist bdist_wheel build_sphinx source = register sdist binary binary = bdist_egg upload --show-response test = pytest -- cgit v1.2.1 From fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 16:18:51 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.4=20=E2=86=92=2020.6.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 1d9dda37..eda6916d 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.4 +current_version = 20.6.5 commit = True tag = True -- cgit v1.2.1 From 53a9c83a227c1277165a1bdec013bbb4465edd8f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 30 Mar 2016 21:58:23 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.5=20=E2=86=92=2020.6.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index eda6916d..07d2bd28 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.5 +current_version = 20.6.6 commit = True tag = True -- cgit v1.2.1 From d48e839e34b1dc4f64707935f58e4bc0824457c0 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 31 Mar 2016 10:47:10 -0400 Subject: =?UTF-8?q?Bump=20version:=2020.6.6=20=E2=86=92=2020.6.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 07d2bd28..31fa0d34 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.6 +current_version = 20.6.7 commit = True tag = True -- cgit v1.2.1