openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
568 stars 103 forks source link

build: v2.0.0b1 #493

Closed alcarney closed 3 weeks ago

alcarney commented 3 weeks ago

(Yes, this version number change isn't strictly necessary but the release process (#488) calls for a PR :smile:)

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint
tombh commented 3 weeks ago

Oh! The release process doesn't require a PR per se, it's just that typically a release will include a bunch of PRs none of which in themselves bump the version. So in this case, seeing as main already contains the correct version bump we can go straight for a release 🛳️

And I'll update #488 to clarify!

alcarney commented 3 weeks ago

Ok done - that was easy! :D

https://pypi.org/project/pygls/2.0.0a1/ https://github.com/openlawlibrary/pygls/releases/tag/v2.0.0a1

tombh commented 3 weeks ago

Awesome 🥹