Skip to content

Commit

Permalink
Release: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed May 8, 2024
1 parent 11152b8 commit d180fcd
Show file tree
Hide file tree
Showing 4 changed files with 1,348 additions and 425 deletions.
2 changes: 1 addition & 1 deletion CodeChat_Server/CodeChat_Server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Give the version number, which is read by `../setup.py` during packaging.
# This is chosen following the `version convention
# <http://packaging.python.org/en/latest/tutorial.html#version>`_.
__version__ = "0.2.21"
__version__ = "0.2.22"

# Contents:
#
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Change Log

- No changes.

- 0.2.22, 8-May-2024:

- Use the `CherryPy <https://docs.cherrypy.dev/en/latest/index.html>`_ web framework, to work around CodeSpaces problems.

- 0.2.21, 8-Nov-2023:

- Recognize PreTeXt error messages.
Expand Down

0 comments on commit d180fcd

Please sign in to comment.