Skip to content

Commit

Permalink
LSP Devtools Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2023
1 parent 638035b commit 4e727f6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/lsp-devtools/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
Expand Down
9 changes: 9 additions & 0 deletions lib/lsp-devtools/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.1.1 - 2023-01-14
-------------------

Fixes
^^^^^

- Fix PyPi packaging (`#33 <https://github.com/alcarney/lsp-devtools/issues/33>`_)


v0.1.0 - 2023-01-10
-------------------

Expand Down
1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/33.fix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion lib/lsp-devtools/lsp_devtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion lib/lsp-devtools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lsp-devtools"
version = "0.1.0"
version = "0.1.1"
description = "Developer tooling for language servers"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 4e727f6

Please sign in to comment.