From 97fc8ff4a32f3b4d3244875c34bd39b2eee7323d Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Thu, 5 Apr 2018 11:16:01 +0200 Subject: [PATCH] Prepare next release --- appveyor.yml | 8 -------- beem/version.py | 2 +- beemapi/version.py | 2 +- beembase/version.py | 2 +- beemgrapheneapi/version.py | 2 +- beemgraphenebase/version.py | 2 +- setup.py | 2 +- 7 files changed, 6 insertions(+), 14 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 015288c6..1a0c5dde 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,18 +8,10 @@ environment: WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd" matrix: - - PYTHON: "C:\\Python27" - PYTHON_ARCH: "32" - MINICONDA: C:\Miniconda - - PYTHON: "C:\\Python27-x64" PYTHON_ARCH: "64" MINICONDA: C:\Miniconda-x64 - - PYTHON: "C:\\Python36" - PYTHON_ARCH: "32" - MINICONDA: C:\Miniconda36 - - PYTHON: "C:\\Python36-x64" PYTHON_ARCH: "64" MINICONDA: C:\Miniconda36-x64 diff --git a/beem/version.py b/beem/version.py index 9fe2e0f9..5e7cca3e 100644 --- a/beem/version.py +++ b/beem/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.19.19' +version = '0.19.20' diff --git a/beemapi/version.py b/beemapi/version.py index 9fe2e0f9..5e7cca3e 100644 --- a/beemapi/version.py +++ b/beemapi/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.19.19' +version = '0.19.20' diff --git a/beembase/version.py b/beembase/version.py index 9fe2e0f9..5e7cca3e 100644 --- a/beembase/version.py +++ b/beembase/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.19.19' +version = '0.19.20' diff --git a/beemgrapheneapi/version.py b/beemgrapheneapi/version.py index 9fe2e0f9..5e7cca3e 100644 --- a/beemgrapheneapi/version.py +++ b/beemgrapheneapi/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.19.19' +version = '0.19.20' diff --git a/beemgraphenebase/version.py b/beemgraphenebase/version.py index 9fe2e0f9..5e7cca3e 100644 --- a/beemgraphenebase/version.py +++ b/beemgraphenebase/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.19.19' +version = '0.19.20' diff --git a/setup.py b/setup.py index 25404da0..43d33c8b 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except LookupError: ascii = codecs.lookup('ascii') codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) -VERSION = '0.19.19' +VERSION = '0.19.20' tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized'] -- GitLab