Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ellesmith88 committed Jan 13, 2022
1 parent 46682eb commit 9b5d490
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion clisops/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = "Elle Smith"
__email__ = "eleanor.smith@stfc.ac.uk"
__version__ = "0.7.0"
__version__ = "0.8.0"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.7.0"
version = "0.8.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0
commit = True
tag = True

Expand All @@ -15,15 +15,15 @@ replace = version = "{new_version}"
universal = 1

[flake8]
exclude =
exclude =
.git,
docs,
build,
.eggs,
tests/mini-esgf-data
max-line-length = 88
max-complexity = 12
ignore =
ignore =
C901
E203
E231
Expand All @@ -42,15 +42,15 @@ test = pytest
[tool:pytest]
collect_ignore = ["setup.py"]
addopts = --verbose tests
filterwarnings =
filterwarnings =
ignore::UserWarning
markers =
markers =
online: mark test to need internet connection
slow: mark test to be slow

[pylint]
ignore = docs,tests
disable =
disable =
too-many-arguments,
too-few-public-methods,
invalid-name,

0 comments on commit 9b5d490

Please sign in to comment.