Skip to content

Commit

Permalink
Merge pull request #40 from jacebrowning/release/v2.0
Browse files Browse the repository at this point in the history
Bump version to 2.0
  • Loading branch information
jacebrowning authored Sep 11, 2020
2 parents 8d5997f + c1460e9 commit 249cc7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0 (beta)
# 2.0 (2020-09-10)

- Removed automatic call to `init()` when creating the first logging record.
- Removed `reset=True` option for `log.init()`. Use `log.reset()` instead.
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[tool.poetry]

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

license = "MIT"

authors = ["Jace Browning <[email protected]>"]

readme = "README.md"
packages = [
{ include = "log" }
]
packages = [ { include = "log" } ]

homepage = "https://pypi.org/project/minilog"
documentation = "https://minilog.readthedocs.io"
Expand Down

0 comments on commit 249cc7d

Please sign in to comment.