Skip to content

Commit 2154e31

Browse files
committed
Bump to version v0.9.13.
1 parent ff2a072 commit 2154e31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ To run the tests, setup a venv and install the required dependencies with
6161

6262
## Version History / Release Notes
6363

64+
* v0.9.14 (2023-05-14)
65+
* [GitHub issue #63](https://github.com/dpranke/pyjson5/issues/63)
66+
Handle `+Infinity` as well as `-Infinity` and `Infinity`.
6467
* v0.9.13 (2023-03-16)
6568
* [GitHub PR #64](https://github.com/dpranke/pyjson5/pull/64)
6669
Remove a field from one of the JSON benchmark files to

json5/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = '0.9.13'
15+
VERSION = '0.9.14'

0 commit comments

Comments
 (0)