Skip to content

Commit

Permalink
Release: Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Feb 7, 2022
1 parent 21dae9a commit 1e2c3f0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 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.2"
__version__ = "0.2.3"

# 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.3, 6-Feb-2022:

- Fixes to Sphinx template.
- Fix problem on Linux where CodeChat doesn't start due to socket in use.
- Fix bug on OS X/Linux: non-project renders weren't working.
Expand Down
40 changes: 20 additions & 20 deletions extensions/VSCode_Extension/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_Extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codechat",
"version": "0.2.2",
"version": "0.2.3",
"publisher": "CodeChat",
"engines": {
"vscode": "^1.51.0"
Expand Down

0 comments on commit 1e2c3f0

Please sign in to comment.