Skip to content

Commit f733e0f

Browse files
committed
release Hatch v1.6.1
1 parent f2e0872 commit f733e0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/history.md

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

1111
### Unreleased
1212

13+
### [1.6.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.6.1) - 2022-10-16 ### {: #hatch-v1.6.1 }
14+
1315
***Fixed:***
1416

1517
- Computing the path to the user's home directory now gracefully falls back to `~` when it cannot be determined

src/hatch/__about__.py

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

0 commit comments

Comments
 (0)