Skip to content

Commit

Permalink
Version bump to match PyPi and other sanitation tasks on the build co…
Browse files Browse the repository at this point in the history
…nfig.
  • Loading branch information
papito committed Jul 6, 2021
1 parent 172d423 commit 0264d58
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
siftlog.egg*
dist
build
nose-*
*.pyc
*.iml
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.9.0
v0.9.1
=====
* Migrated to Poetry
* Lowest supported Python is 3.8
Expand Down
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ log = SiftLog(logger)
```

#### Performance
================

While the above should play, it's highly recommended that the color handler is only

attached conditionally for local development. Too many log statements could otherwise become

expensive in terms of CPU.


#### Different colors
=====================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Andrei Taranchenko <drey10@gmail.com>"]
keywords = ["logging", "logs"]

include = [
"LICENSE", "MANIFEST.in", "README.rst"
"LICENSE", "README.rst"
]

packages = [
Expand Down

0 comments on commit 0264d58

Please sign in to comment.