Skip to content

Commit 9c34bdc

Browse files
committed
Bump version: 1.4.0 → 1.4.1
1 parent 62a82b2 commit 9c34bdc

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:set ft=dockerfile:
22
FROM continuumio/miniconda3
33
MAINTAINER https://github.com/bird-house/flyingpigeon
4-
LABEL Description="Flyingpigeon WPS" Vendor="Birdhouse" Version="1.4.0"
4+
LABEL Description="Flyingpigeon WPS" Vendor="Birdhouse" Version="1.4.1"
55

66
# Update Debian system
77
RUN apt-get update && apt-get install -y \

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = ''
6464
# The full version, including alpha/beta/rc tags.
65-
release = '1.4.0'
65+
release = '1.4.1'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

flyingpigeon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = """Nils Hempelmann"""
88
__email__ = 'info@nilshempelmann.de'
9-
__version__ = '1.4.0'
9+
__version__ = '1.4.1'

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.4.1
33
commit = True
44
tag = True
55

@@ -19,18 +19,18 @@ search = Version="{current_version}"
1919
replace = Version="{new_version}"
2020

2121
[tool:pytest]
22-
addopts =
22+
addopts =
2323
--strict
2424
--tb=native
2525
python_files = test_*.py
26-
markers =
26+
markers =
2727
online: mark test to need internet connection
2828
slow: mark test to be slow
2929

3030
[flake8]
3131
ignore = F401,E402
3232
max-line-length = 120
33-
exclude =
33+
exclude =
3434
.git,
3535
__pycache__,
3636
docs/source/conf.py,
@@ -41,3 +41,4 @@ exclude =
4141
[doc8]
4242
ignore-path = docs/build,docs/source/_templates,docs/source/_static
4343
max-line-length = 120
44+

0 commit comments

Comments
 (0)