Skip to content

Commit

Permalink
bump version to 0.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Mar 6, 2024
1 parent fc9287b commit 25d0835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ $ python3 -m twine upload dist/*

## Version History / Release Notes

* v0.9.21 (2024-03-06)
* Moved the benchmarks/*.json data files' license information
to //LICENSE to (hopefully) make the Google linter happy.
* v0.9.20 (2024-03-03)
* Added `json5.__version__` in addition to `json5.VERSION`.
* More packaging modernization (no more setup.{cfg,py} files).
Expand Down
2 changes: 1 addition & 1 deletion json5/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.9.20'
__version__ = '0.9.21'

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

0 comments on commit 25d0835

Please sign in to comment.