Skip to content

Commit

Permalink
It's 2024, actually
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Feb 9, 2024
1 parent c12d386 commit f461cb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

**1.6.6 (2023-02-09)**
**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 @@ -23,7 +23,7 @@
master_doc = 'index'

project = 'PyJSON5'
copyright = '2018-2023, René Kijewski'
copyright = '2018-2024, René Kijewski'
author = 'René Kijewski'

with open('../src/VERSION.inc', 'rt') as f:
Expand Down
2 changes: 1 addition & 1 deletion pyjson5.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# distutils: language = c++
# cython: embedsignature = True, language_level = 3, warn.undeclared = True, warn.unreachable = True, warn.maybe_uninitialized = True

# Copyright 2018-2023 René Kijewski <pypi.org@k6i.de>
# Copyright 2018-2024 René Kijewski <pypi.org@k6i.de>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/_exports.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -621,4 +621,4 @@ __doc__ = PyUnicode_FromKindAndData(PyUnicode_1BYTE_KIND, LONGDESCRIPTION, LONGD

__license__ = 'Apache-2.0'

__author__ = '2018-2023 René Kijewski <pypi.org@k6i.de>'
__author__ = '2018-2024 René Kijewski <pypi.org@k6i.de>'

0 comments on commit f461cb5

Please sign in to comment.