From a1a650741f7d6c4b42387b4637b23095f25656f8 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Wed, 1 Dec 2021 13:57:19 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.10=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cjio/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.cfg | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cjio/__init__.py b/cjio/__init__.py index 0fdf780..1944294 100644 --- a/cjio/__init__.py +++ b/cjio/__init__.py @@ -1 +1 @@ -__version__ = '0.6.10' \ No newline at end of file +__version__ = '0.7.0' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index b98b581..363cbc4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Hugo Ledoux, Balázs Dukai' # The full version, including alpha/beta/rc tags -release = '0.6.10' +release = '0.7.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index fea6901..1c95a52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.10 +current_version = 0.7.0 commit = True tag = True @@ -12,7 +12,7 @@ license_file = LICENSE [tool:pytest] log_cli = true collect_ignore = ['setup.py'] -markers = +markers = balazs: tests that run against Balázs' local data [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 964cb07..ce949c8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='cjio', - version='0.6.10', + version='0.7.0', description='CLI to process and manipulate CityJSON files', long_description=long_description, long_description_content_type="text/x-rst",