Skip to content

Commit 0f1d8e8

Browse files
committed
Bump version to 0.9.24.
1 parent 4c02ffd commit 0f1d8e8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,19 @@ $ python3 -m twine upload dist/*
7676

7777
## Version History / Release Notes
7878

79+
* v0.9.24 (2024-03-16)
80+
* Update GitHub workflow config to remove unnecessary steps and
81+
run on pull requests as well as commits.
82+
* Added note about removing `hypothesize` in v0.9.23.
83+
* No code changes.
7984
* v0.9.23 (2024-03-16)
8085
* Lots of cleanup:
8186
* Removed old code needed for Python2 compatibility.
87+
* Removed tests using `hypothesize`. This ran model-based checks
88+
and didn't really add anything useful in terms of coverage to
89+
the test suite, and it introduced dependencies and slowed down
90+
the tests significantly. It was a good experiment but I think
91+
we're better off without it.
8292
* Got everything linting cleanly with pylint 3.1 and `ruff check`
8393
using ruff 0.3.3 (Note that commit message in 00d73a3 says pylint
8494
3.11, which is a typo).

json5/version.py

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

15-
__version__ = '0.9.23'
15+
__version__ = '0.9.24'
1616

1717
# For backward-compatibility with earlier versions of json5:
1818
VERSION = __version__

0 commit comments

Comments
 (0)