File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# vim:set ft=dockerfile:
22FROM continuumio/miniconda3
33MAINTAINER https://github.com/bird-house/flyingpigeon
4- LABEL Description="Flyingpigeon WPS" Vendor="Birdhouse" Version="1.5.0 "
4+ LABEL Description="Flyingpigeon WPS" Vendor="Birdhouse" Version="1.5.1 "
55
66# Update Debian system
77RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 6262# The short X.Y version.
6363version = ''
6464# The full version, including alpha/beta/rc tags.
65- release = '1.5.0 '
65+ release = '1.5.1 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 66
77__author__ = """Nils Hempelmann"""
88__email__ = 'info@nilshempelmann.de'
9- __version__ = '1.5.0 '
9+ __version__ = '1.5.1 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.5.0
2+ current_version = 1.5.1
33commit = True
44tag = True
55
@@ -19,18 +19,18 @@ search = Version="{current_version}"
1919replace = Version =" {new_version}"
2020
2121[tool:pytest]
22- addopts =
22+ addopts =
2323 --strict
2424 --tb =native
2525 tests/
2626python_files = test_*.py
27- markers =
27+ markers =
2828 online: mark test to need internet connection
2929 slow: mark test to be slow
3030
3131[flake8]
3232max-line-length = 120
33- exclude =
33+ exclude =
3434 .git,
3535 __pycache__,
3636 docs/source/conf.py,
@@ -41,3 +41,4 @@ exclude =
4141[doc8]
4242ignore-path = docs/build,docs/source/_templates,docs/source/_static
4343max-line-length = 120
44+
You can’t perform that action at this time.
0 commit comments