Skip to content

Commit

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

## Version History / Release Notes

* v0.9.25 (2024-04-12)
* [GitHub issue #81](https://github.com/dpranke/pyjson5/issues/81)
Explicitly specify the directory to use for the package in
pyproject.toml.
* v0.9.24 (2024-03-16)
* Update GitHub workflow config to remove unnecessary steps and
run on pull requests as well as commits.
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.24'
__version__ = '0.9.25'

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

0 comments on commit 43901a8

Please sign in to comment.