Skip to content

Commit

Permalink
Merge pull request #4 from tombech/master
Browse files Browse the repository at this point in the history
IS-9857: bind ijson to a version PyInstaller understands and bump version
  • Loading branch information
ashkanvahidishams authored Oct 9, 2020
2 parents 4396c47 + 402177a commit db3a5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests==2.23.0
sesamclient==0.2.101
lxml==4.2.5
ijson==2.3
2 changes: 1 addition & 1 deletion sesam.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import pprint
from jsonformat import format_object

sesam_version = "1.16.2"
sesam_version = "1.17.0"

logger = logging.getLogger('sesam')
LOGLEVEL_TRACE = 2
Expand Down

0 comments on commit db3a5f2

Please sign in to comment.