Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Release 1.4.1
  • Loading branch information
mik3y committed Dec 20, 2019
commit a1d29f9f496e268858fa970578adb44a87a4b895
2 changes: 1 addition & 1 deletion log_request_id/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import threading


__version__ = "1.4.0"
__version__ = "1.4.1"


local = threading.local()
Expand Down