Skip to content

Commit

Permalink
Release: Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Jun 15, 2023
1 parent 5e05d63 commit f968541
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.10"
__version__ = "0.2.12"

# 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.

- 0.2.11 and 0.2.12, 15-Jun-2023:

- When running in a GitHub Codespace, make the websocket port public on server startup.

- 0.2.10, 14-Jun-2023:
Expand Down
4 changes: 2 additions & 2 deletions extensions/VSCode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/VSCode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codechat",
"version": "0.2.10",
"version": "0.2.12",
"publisher": "CodeChat",
"engines": {
"vscode": "^1.51.0"
Expand Down

0 comments on commit f968541

Please sign in to comment.