Skip to content

Commit 5343858

Browse files
committed
Bump 0.1.0 version
1 parent e9778e3 commit 5343858

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='JSON-log-formatter',
5-
version='0.0.2',
5+
version='0.1.0',
66
packages=['json_log_formatter'],
77
author='Marsel Mavletkulov',
88
author_email='marselester@ya.ru',

tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def test_message_and_time_and_extra_are_in_json_record_when_extra_is_provided(se
6666

6767

6868
class MutatingFormatter(JSONFormatter):
69-
7069
def mutate_json_record(self, json_record):
7170
new_record = {}
7271
for k, v in json_record.items():

0 commit comments

Comments
 (0)