Skip to content

Commit

Permalink
Bump version to v0.9.28 and release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 11, 2024
1 parent 1543738 commit 1b6c1e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ $ git push --tags origin

## Version History / Release Notes

* v0.9.28 (2024-11-11)
* Fix GitHub CI to install `uv` so `./run tests` works properly.
* Mark Python3.13 as supported in package metadata.
* Update dev package dependencies (note that the latest versions
of coverage and pylint no longer work w/ Python3.8)
* v0.9.27 (2024-11-10)
* Fix typo in //README.md
* v0.9.26 (2024-11-10)
Expand Down
2 changes: 1 addition & 1 deletion json5/parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by glop version 0.8.1
# Generated by glop version 0.8.2
# https://github.com/dpranke/glop
# `glop -o json5/parser.py --no-main --no-memoize -c json5/json5.g`

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.28_dev'
__version__ = '0.9.28'

# For backward-compatibility with earlier versions of json5:
VERSION = __version__
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ disable=
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
unidiomatic-typecheck,
Expand Down

0 comments on commit 1b6c1e1

Please sign in to comment.