Skip to content

Commit

Permalink
Release: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Oct 7, 2023
1 parent 9e6a493 commit 36f817a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.19"
__version__ = "0.2.20"

# 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.20, 6-Oct-2023:

- Improve Codespaces URL support.

- 0.2.19, 6-Oct-2023:

- Fix URL used in Codespaces.
Expand Down
10 changes: 5 additions & 5 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.19",
"version": "0.2.20",
"publisher": "CodeChat",
"engines": {
"vscode": "^1.51.0"
Expand Down

0 comments on commit 36f817a

Please sign in to comment.