Skip to content

Commit 2f93462

Browse files
committed
Merge branch 'develop'
2 parents 40e8139 + cbe8b9d commit 2f93462

File tree

4 files changed

+49
-19
lines changed

4 files changed

+49
-19
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Chris Leaman"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "v0.1.4"
26+
release = "v0.1.5"
2727

2828

2929
# -- General configuration ---------------------------------------------------

poetry.lock

Lines changed: 42 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py_wave_runup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-wave-runup"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Empirical wave runup models implemented in Python"
55
authors = ["Chris Leaman"]
66
license = "GPL-3.0+"
@@ -12,17 +12,17 @@ documentation = 'https://py-wave-runup.readthedocs.io'
1212
[tool.poetry.dependencies]
1313
python = "^3.6 || ^3.7"
1414
numpy = "^1.16"
15-
black = {version = "^18.3-alpha.0", allows-prereleases = true}
15+
black = {version = ">=18.3,<20.0", allows-prereleases = true}
1616

1717
[tool.poetry.dev-dependencies]
1818
tox = "^3.13"
19-
coverage = "^4.5"
19+
coverage = "^5.0"
2020
pytest-runner = "^5.1"
21-
pytest = "^5.1"
21+
pytest = "^5.3"
2222
pre-commit = "^1.18"
2323
codecov = "^2.0"
2424
pytest-cov = "^2.8"
25-
sphinx = "^2.2"
25+
sphinx = "^2.3"
2626

2727
[build-system]
2828
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)