Skip to content

Commit

Permalink
Bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 28, 2020
1 parent db689b5 commit c23f16a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
22 changes: 12 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "minilog"
version = "1.5b2"
version = "1.5"
description = "Minimalistic wrapper for Python logging."

license = "MIT"
Expand Down Expand Up @@ -49,8 +49,8 @@ pydocstyle = "*"
mypy = "~0.761"

# Testing
pytest = "^5.3"
pytest-describe = "*"
pytest = "^5.4"
pytest-describe = { git = "https://github.com/jacebrowning/pytest-describe", branch = "pytest-5.4-support" }
pytest-expecter = "*"
pytest-repeat = "*"
pytest-random = "*"
Expand Down

0 comments on commit c23f16a

Please sign in to comment.