Skip to content

Commit

Permalink
Update history and contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverdude committed May 15, 2024
1 parent 0e54497 commit c4a4da9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
8 changes: 5 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Credits
Contributors
------------

- `Brad Sokol <https://github.com/bradsokol>`_
- `David Kay <https://github.com/davek2>`_
- `Heiho1 <https://github.com/heiho1>`_
- `YehudaCorsia <https://github.com/YehudaCorsia>`_
- `KOLANICH <https://github.com/KOLANICH>`_
- `YehudaCorsia <https://github.com/YehudaCorsia>`_
- `Brad Sokol <https://github.com/bradsokol>`_
- `John Vandenberg <https://github.com/jayvdb>`_
- `shtutzim <https://github.com/shtutzim>`_
- `Mike Ralphson <https://github.com/MikeRalphson>`_
15 changes: 8 additions & 7 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ History
1.3.0
-----

* add support for Python 3.9
* remove support for old Python versions that test dependencies no longer support
Modernization

* Python 3.4
* Python 2.7
* add support for Python versions up through 3.12
* remove support for old Python versions older than 3.7 since test dependencies no longer support them
* remove Python 2.7 support

* remove tests & test commands only relevant to Python 2.7
* remove backwards-compatibility from code
* remove tests & test commands only relevant to Python 2.7
* remove backwards-compatibility from code

* enable running as a module (``python -m genson``)
* modernize package configuration
* modernize package configuration (issue #68)
* Use a valid ``schema_uri`` in tests (issue #69)

1.2.2
-----
Expand Down

0 comments on commit c4a4da9

Please sign in to comment.