Skip to content

Commit

Permalink
Release: Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Aug 2, 2023
1 parent 92eac65 commit 7bf89a9
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 150 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.16"
__version__ = "0.2.17"

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

- No changes.

- 0.2.17, 2-Aug-2023:

- Address packaging deprecations.
- Handle a nonexistent VSCode settings file.
- Support JSON5 VSCode settings files.
- Make PreTeXt mapping file platform-independent.

- 0.2.16, 15-Jun-2023:

- Add an ``{xml_id}`` replacement for PreTeXt projects.
Expand Down

0 comments on commit 7bf89a9

Please sign in to comment.