summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-04-04 09:59:33 -0700
committerBob Ippolito <bob@redivi.com>2023-04-04 09:59:33 -0700
commit7c2ccb773ab9343e25f14d72356dab75420e288f (patch)
tree5f8370a129f71fc30c632c9e411681c09de30b68 /conf.py
parent9559fc756deaf20b6bae961b58c5289d8582c8b7 (diff)
downloadsimplejson-7c2ccb773ab9343e25f14d72356dab75420e288f.tar.gz
SJ-PT-23-01: Fix invalid handling of unicode escape sequences in Python decoder
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 921bbef..5a2dded 100644
--- a/conf.py
+++ b/conf.py
@@ -42,9 +42,9 @@ copyright = '2023, Bob Ippolito'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '3.18'
+version = '3.19'
# The full version, including alpha/beta/rc tags.
-release = '3.18.4'
+release = '3.19.0'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: