Skip to content

Commit 1b4ac8e

Browse files
committed
BUMP 0.6.0
1 parent 2e6aa7a commit 1b4ac8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
0.6.0 (unreleased)
5-
``````````````````
4+
0.6.0
5+
`````
66
- Drop support for Python 3.8.
77
- Fix memory leak in ``dump`` and ``dumps`` when an invalid ``mode`` is provided.
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = []
77

88
[project]
99
name = "python-bsonjs"
10-
version = "0.6.0.dev0"
10+
version = "0.6.0"
1111
description = "A library for converting between BSON and JSON."
1212
readme = "README.rst"
1313
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)