Python-lsp-black

Latest version: v2.0.0

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.0

Issues Closed

- [Issue 3](https://github.com/python-lsp/python-lsp-black/issues/3) - Update README and add RELEASE instructions
- [Issue 2](https://github.com/python-lsp/python-lsp-black/issues/2) - Release v1.0.0

In this release 2 issues were closed.

Pull Requests Merged

- [PR 1](https://github.com/python-lsp/python-lsp-black/pull/1) - PR: Python LSP server migration, by [andfoy](https://github.com/andfoy)

In this release 1 pull request was closed.


To release a new version of python-lsp-black:

1. git fetch upstream && git checkout upstream/master
1. Close milestone on GitHub
1. git clean -xfdi
1. Update CHANGELOG.md with loghub: `loghub python-lsp/python-lsp-black --milestone vX.X.X`
1. git add -A && git commit -m "Update Changelog"
1. Update release version in `setup.cfg` (set release version, remove '.dev0')
1. git add -A && git commit -m "Release vX.X.X"
1. python setup.py sdist
1. python setup.py bdist_wheel
1. twine check dist/\*
1. twine upload dist/\*
1. git tag -a vX.X.X -m "Release vX.X.X"
1. Update development version in `setup.cfg` (add '.dev0' and increment minor)
1. git add -A && git commit -m "Back to work"
1. git push upstream master
1. git push upstream --tags
1. Draft a new release in GitHub using the new tag.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.