Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Mar 1, 2024
1 parent 62eabbd commit f219fd8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**1.6.7 (2024-03-01)**

* Update to Unicode 15.1.0

**1.6.6 (2024-02-09)**

* Fix return type of `load()` (by Q-ten, [#88](https://github.com/Kijewski/pyjson5/pull/88))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
autosummary_generate = True

intersphinx_mapping = {
'python': ('https://docs.python.org/3.11', None),
'python': ('https://docs.python.org/3.12', None),
}

inheritance_graph_attrs = {
Expand Down
2 changes: 1 addition & 1 deletion requirements-readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep synchronous to setup.cfg
# keep synchronous to src/VERSION.inc
pyjson5 == 1.6.6
pyjson5 == 1.6.7

# keep synchronous to requirements-dev.txt
docutils == 0.20.*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# keep synchronous to requirements-readthedocs.txt
# keep synchronous to src/VERSION.inc
version = 1.6.6
version = 1.6.7

name = pyjson5
description = JSON5 serializer and parser for Python 3 written in Cython.
Expand Down
2 changes: 1 addition & 1 deletion src/VERSION.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.6.6"
"1.6.7"

0 comments on commit f219fd8

Please sign in to comment.