From 55c04a16c38dc7a9660b91e99086e871d38be4a4 Mon Sep 17 00:00:00 2001 From: Victoria Cherkas Date: Tue, 5 Jul 2022 16:09:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.21=20=E2=86=92=200.1.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/conf.py | 2 +- env/environment.yml | 2 +- setup.cfg | 10 +++++----- setup.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 52bfc69..d9d281a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -29,7 +29,7 @@ author = "Victoria Cherkas, Annika Lauber" # The full version, including alpha/beta/rc tags -release = "v0.1.21" +release = "v0.1.22" # -- General configuration --------------------------------------------------- diff --git a/env/environment.yml b/env/environment.yml index aeca1d3..453b7df 100644 --- a/env/environment.yml +++ b/env/environment.yml @@ -14,5 +14,5 @@ dependencies: - psy-reg - cartopy - pip: - - git+https://github.com/C2SM/iconarray@v0.1.21#egg=iconarray + - git+https://github.com/C2SM/iconarray@v0.1.22#egg=iconarray - pre-commit diff --git a/setup.cfg b/setup.cfg index 3ac1117..0f3c76f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [bumpversion] -current_version = 0.1.21 +current_version = 0.1.22 commit = True tag = True [tool:pytest] -filterwarnings = +filterwarnings = ignore::DeprecationWarning console_output_style = progress testpaths = iconarray @@ -13,7 +13,7 @@ testpaths = iconarray max-line-length = 100 max-complexity = 15 doctests = false -ignore = +ignore = B008 # Do not perform function calls in argument defaults D1 # Public code object needs docstring E203 # Whitespace before ':' (black formatter breaks this sometimes) @@ -21,7 +21,7 @@ ignore = W503 # Line break occurred before a binary operator E731 # Do not assign a lambda expression, use a def C901 # Function is too complex -exclude = +exclude = .eggs .gt_cache .ipynb_checkpoints @@ -34,7 +34,7 @@ exclude = tests/_disabled setup.py __init__.py -rst-roles = +rst-roles = py:mod, mod, py:func, func, py:data, data, diff --git a/setup.py b/setup.py index 4c4726d..322ff32 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="iconarray", # Required - version="v0.1.21", # Required + version="v0.1.22", # Required description="A package of modules for processing and plotting ICON data.", # Optional long_description=long_description, # Optional long_description_content_type="text/markdown", # Optional