Skip to content

Commit fc9cfc7

Browse files
committed
v0.3.3
1 parent 4828e90 commit fc9cfc7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Notable changes are documented in this file.
44

5+
## 0.3.3 (04/02/2021)
6+
7+
- Fixed windows filepath completion [#32](https://github.com/kazhala/InquirerPy/issues/32)
8+
59
## 0.3.2 (28/01/2021)
610

711
- Added exact match option for fuzzy prompt [#34](https://github.com/kazhala/InquirerPy/issues/34)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project = "InquirerPy"
77
copyright = "2021, Kevin Zhuang"
88
author = "Kevin Zhuang"
9-
version = "0.3.2"
9+
version = "0.3.3"
1010
release = version
1111

1212
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "InquirerPy"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"
55
authors = ["Kevin Zhuang <[email protected]>"]
66
maintainers = ["Kevin Zhuang <[email protected]>"]

0 commit comments

Comments
 (0)