Skip to content

Commit 25ca192

Browse files
committed
Bump version to v0.9.13.
* v0.9.13 (2023-03-16) * [GitHub PR #64](#64) Remove a field from one of the JSON benchmark files to reduce confusion in Chromium. * No code changes.
1 parent e47b861 commit 25ca192

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

6262
## Version History / Release Notes
6363

64+
* v0.9.13 (2023-03-16)
65+
* [GitHub PR #64](https://github.com/dpranke/pyjson5/pull/64)
66+
Remove a field from one of the JSON benchmark files to
67+
reduce confusion in Chromium.
68+
* No code changes.
6469
* v0.9.12 (2023-01-02)
6570
* Fix GitHub Actions config file to no longer test against
6671
Python 3.6 or 3.7. For now we will only test against an

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.12'
15+
VERSION = '0.9.13'

0 commit comments

Comments
 (0)