From 21859fc277bdc10222ea7af76f05e64a2f14374b Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 16 Mar 2019 13:56:42 +0000 Subject: [PATCH] :fire: use release version for testing and :lipstick: pump up version --- docs/source/conf.py | 2 +- pyexcel_ods.yaml | 4 ++-- rnd_requirements.txt | 4 ---- setup.py | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 rnd_requirements.txt diff --git a/docs/source/conf.py b/docs/source/conf.py index a1bd0dc..210ed93 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ project = 'pyexcel' copyright = 'copyright 2015-2019 Onni Software Ltd.' author = 'Onni Software Ltd.' # The short X.Y version -version = '0.4.1' +version = '0.4.2' # The full version, including alpha/beta/rc tags release = '0.4.1' diff --git a/pyexcel_ods.yaml b/pyexcel_ods.yaml index bdefd5b..7f73f86 100644 --- a/pyexcel_ods.yaml +++ b/pyexcel_ods.yaml @@ -1,8 +1,8 @@ overrides: "pyexcel.yaml" name: "pyexcel-ods" nick_name: ods -version: 0.4.1 -current_version: 0.4.1 +version: 0.4.2 +current_version: 0.4.2 release: 0.4.1 file_type: ods dependencies: diff --git a/rnd_requirements.txt b/rnd_requirements.txt deleted file mode 100644 index 3d8132d..0000000 --- a/rnd_requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -https://github.com/chfw/lml/archive/master.zip -https://github.com/pyexcel/pyexcel-io/archive/dev.zip -https://github.com/pyexcel/pyexcel/archive/master.zip -https://github.com/pyexcel/pyexcel-xls/archive/dev.zip diff --git a/setup.py b/setup.py index 10ecc81..ac06910 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ except (ValueError, UnicodeError, locale.Error): NAME = 'pyexcel-ods' AUTHOR = 'C.W.' -VERSION = '0.4.1' +VERSION = '0.4.2' EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' DESCRIPTION = (