Skip to content

Commit

Permalink
Release: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Apr 19, 2022
1 parent bed49c9 commit 8b766c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3"
__version__ = "0.2.4"

# Contents:
#
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Change Log
**********
- `Github master <https://github.com/bjones1/CodeChat_system.git>`_:

- No changes yet.

- 0.2.4, 19-Apr-2022:

- Improve use of stdout/stderr.
- Add a ``--version`` option.
- Make running an external renderer more platform-independent.
Expand Down

0 comments on commit 8b766c2

Please sign in to comment.