Skip to content

Commit a576133

Browse files
committed
🔖 Bump up to version 1.0.13 -> 1.0.14.
1 parent 3ef50a4 commit a576133

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Latest Changes
44

5+
## 1.0.14
6+
7+
### :package: Build & Workflow
8+
9+
- :toolbox: update clishelf precommit hook and config.
10+
11+
### :postbox: Dependencies
12+
13+
- :pushpin: move typing-extensions from require deps to test option.
14+
- :arrow_up: bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#117)
15+
516
## 1.0.13
617

718
### :black_nib: Code Changes

fmtutil/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__: str = "1.0.13"
1+
__version__: str = "1.0.14"
22
__version_tuple__: tuple[int, ...] = tuple(map(int, __version__.split(".")[:3]))

0 commit comments

Comments
 (0)