Skip to content

Commit

Permalink
v0.4.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen authored Feb 9, 2024
1 parent afd581a commit eb7764b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "logot"
version = "0.3.5"
version = "0.4.0"
description = "Test whether your code is logging correctly 🪵"
authors = ["Dave Hall <dave@etianen.com>"]
license = "MIT"
Expand All @@ -10,7 +10,9 @@ repository = "https://github.com/etianen/logot"
documentation = "https://logot.readthedocs.io"
keywords = ["test", "unittest", "pytest", "logging"]
classifiers = [
"Framework :: AsyncIO",
"Framework :: Pytest",
"Framework :: Trio",
"Intended Audience :: Developers",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Testing :: Unit",
Expand Down

0 comments on commit eb7764b

Please sign in to comment.