Skip to content

Commit d766bc6

Browse files
committed
increase version to 0.9.15
1 parent 4ee501a commit d766bc6

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.15 (2024-02-19)
65+
* Merge in [Pull request #66](https://github.com/dpranke/pyjson5/pull/66)
66+
to include the tests and sample file in a source distribution.
6467
* v0.9.14 (2023-05-14)
6568
* [GitHub issue #63](https://github.com/dpranke/pyjson5/issues/63)
6669
Handle `+Infinity` as well as `-Infinity` and `Infinity`.

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.14'
15+
VERSION = '0.9.15'

0 commit comments

Comments
 (0)