Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Bump version: 0.7.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 5, 2018
1 parent ae1f2b1 commit aa5d4ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim:set ft=dockerfile:
FROM continuumio/miniconda3
MAINTAINER https://github.com/bird-house/malleefowl
LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="0.7.0"
LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="Version="0.7.0""

# Update Debian system
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = 'release = '0.7.0''

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion malleefowl/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Carsten Ehbrecht"""
__email__ = 'ehbrecht@dkrz.de'
__version__ = '0.7.0'
__version__ = '__version__ = '0.7.0''
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ search = Version="{current_version}"
replace = Version="{new_version}"

[tool:pytest]
addopts =
addopts =
--strict
--tb=native
tests/
python_files = test_*.py
markers =
markers =
online: mark test to need internet connection
slow: mark test to be slow

[flake8]
ignore = F401,E402
max-line-length = 120
exclude =
exclude =
.git,
__pycache__,
docs/source/conf.py,
Expand All @@ -42,3 +42,4 @@ exclude =
[doc8]
ignore-path = docs/build,docs/source/_templates,docs/source/_static
max-line-length = 120

0 comments on commit aa5d4ad

Please sign in to comment.