Skip to content

Commit e03c288

Browse files
committed
Sort pyproject.toml correctly
1 parent 26b002c commit e03c288

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.31.2
8+
9+
### Fixed
10+
11+
- Docstring now presents same information as before, but organized more-tersely, (arguably) more clearly, and with much better markdown syntax support. For example, the name / signature has been pulled out from the main docstring and wrapped in python triple backticks while the docstring is conditionally replaced with the description where relevant.
12+
713
## 0.31.1
814

915
### Fixed

poetry.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ line_length = 79
1111

1212
[tool.poetry]
1313
name = "jedi-language-server"
14-
version = "0.31.1"
14+
version = "0.31.2"
1515
description = "A language server for Jedi!"
1616
authors = ["Sam Roeca <[email protected]>"]
1717
readme = "README.md"
@@ -39,10 +39,6 @@ classifiers = [
3939
include = ["README.md"]
4040
license = "MIT"
4141

42-
[tool.poetry.urls]
43-
Changelog = "https://github.com/pappasam/jedi-language-server/blob/main/CHANGELOG.md"
44-
Issues = "https://github.com/pappasam/jedi-language-server/issues"
45-
4642
[tool.poetry.dependencies]
4743
python = "^3.6.1"
4844
jedi = "0.18.0"
@@ -69,6 +65,10 @@ docformatter = "^1.4"
6965
[tool.poetry.scripts]
7066
jedi-language-server = 'jedi_language_server.cli:cli'
7167

68+
[tool.poetry.urls]
69+
Changelog = "https://github.com/pappasam/jedi-language-server/blob/main/CHANGELOG.md"
70+
Issues = "https://github.com/pappasam/jedi-language-server/issues"
71+
7272
[tool.tox]
7373
legacy_tox_ini = """
7474
[tox]

0 commit comments

Comments
 (0)