Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit 539d55b

Browse files
committed
Version bump to 1.0.0; add info to readme
1 parent 1333c5c commit 539d55b

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ requests, please submit an issue on this repository!
3535

3636
### Changed
3737
* Update dependencies (to resolve vulnerabilities)
38+
39+
## 1.0.0
40+
41+
### Changed
42+
* Version bumped to 1.0.0 out of preview, absent any bug reports or feature
43+
requests. No additional features are planned at the time.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ All relevant flags are implemented as [extension settings](#extension-settings).
1717
If you already have a Python formatting extension installed, you will need to
1818
pick this one when you want to format a file. In a Python file in VSCode,
1919
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>p</kbd> to open the command pallette,
20-
run the command *Format Document With...* and select
21-
*Python Docstring Formatter*.
20+
run the command **Format Document With...** and select
21+
**Python Docstring Formatter**.
22+
23+
*Note*: The **Python Docstring Formatter** option will only appear for saved
24+
files, not unsaved files, even if the unsaved files are in Python language mode.
2225

2326
## Requirements
2427

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Python Docstring Formatter",
44
"publisher": "iansan5653",
55
"description": "Format docstrings in Python using PEP 257 standards.",
6-
"version": "0.6.1",
6+
"version": "1.0.0",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",
@@ -51,7 +51,7 @@
5151
"PEP",
5252
"docstring"
5353
],
54-
"preview": true,
54+
"preview": false,
5555
"contributes": {
5656
"configuration": {
5757
"type": "object",

0 commit comments

Comments
 (0)