Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhala committed Dec 13, 2021
1 parent 0c58527 commit 832f980
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes are documented in this file.

## dev
## 0.3.1 (13/12/2021)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = "InquirerPy"
copyright = "2021, Kevin Zhuang"
author = "Kevin Zhuang"
version = "0.3.0"
version = "0.3.1"
release = version

extensions = [
Expand Down
6 changes: 0 additions & 6 deletions docs/pages/inquirer.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ if __name__ == "__main__":

## Asynchronous execution

<!-- TODO: remove attention on release -->

```{attention}
Not yet released as of 0.3.0, it will be included in the next release.
```

Each prompt contains a function `execute_async` to start the prompt asynchronously.

```{code-block} python
Expand Down
6 changes: 0 additions & 6 deletions docs/pages/prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ for their specific options/parameters.

## Asynchronous execution

<!-- TODO: remove attention on release -->

```{attention}
Not yet released as of 0.3.0, it will be included in the next release.
```

```{eval-rst}
.. autofunction:: InquirerPy.resolver.prompt_async
:noindex:
Expand Down
6 changes: 0 additions & 6 deletions docs/pages/prompts/number.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# number

<!-- TODO: remove attention on release -->

```{attention}
Not yet released as of 0.3.0, it will be included in the next release.
```

A prompt for entering numbers. All non number input will be disabled for this prompt.

## Example
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "InquirerPy"
version = "0.3.0"
version = "0.3.1"
description = "Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"
authors = ["Kevin Zhuang <kevin7441@gmail.com>"]
maintainers = ["Kevin Zhuang <kevin7441@gmail.com>"]
Expand Down

0 comments on commit 832f980

Please sign in to comment.