Skip to content

Commit

Permalink
Merge branch 'main' into pep-526
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Apr 19, 2024
2 parents e63a5e6 + 1c6d8bc commit 1aa807a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.0
2.0.0
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ nav:
extra:
social:
- icon: fontawesome/brands/discord
link: https://discordapp.com/channels/280102180189634562/645268178397560865
link: https://discord.gg/TZ5WN8t
4 changes: 2 additions & 2 deletions messages/2.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
### What are the most significant improvements that stem from the 3.3 to 3.8 change?

There are no new features.
This is an internal LSP codebase change that affect all LSP-* pacakges.
This is an internal LSP codebase change that affects all LSP-* packages.

### LSP is broken after the update even if Sublime Text is restarted many times?
### LSP is broken after the update even if Sublime Text is restarted many times

If that is the case, follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 30, 0)
__version__ = (2, 0, 0)

0 comments on commit 1aa807a

Please sign in to comment.