Skip to content

Commit 63a8a1c

Browse files
authored
Merge pull request #62 from adrianeboyd/backport/ultrajson-519
Port ultrajson/ultrajson#519 (Fix buffer overflows)
2 parents 8617ecc + b7e9a4a commit 63a8a1c

File tree

8 files changed

+959
-3349
lines changed

8 files changed

+959
-3349
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
recursive-include srsly *.h *.pyx *.pxd *.cc *.c *.cpp
1+
recursive-include srsly *.h *.pyx *.pxd *.cc *.c *.cpp *.json
22
include LICENSE
33
include README.md

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
imageName: 'ubuntu-latest'
1414
python.version: '3.6'
1515
Python36Windows:
16-
imageName: 'windows-latest'
16+
imageName: 'windows-2019'
1717
python.version: '3.6'
1818
Python36Mac:
1919
imageName: 'macos-10.15'

srsly/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.2"
1+
__version__ = "2.4.3"

0 commit comments

Comments
 (0)