Skip to content

Commit b25deec

Browse files
committed
release Hatch v1.6.3
1 parent 5be6881 commit b25deec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Unreleased
1212

13+
### [1.6.3](https://github.com/pypa/hatch/releases/tag/hatch-v1.6.3) - 2022-10-24 ### {: #hatch-v1.6.3 }
14+
15+
***Fixed:***
16+
17+
- Fix `version` command when the version is dynamic and build dependencies are unmet
18+
1319
### [1.6.2](https://github.com/pypa/hatch/releases/tag/hatch-v1.6.2) - 2022-10-20 ### {: #hatch-v1.6.2 }
1420

1521
***Fixed:***

src/hatch/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.2'
1+
__version__ = '1.6.3'

0 commit comments

Comments
 (0)