Skip to content

Commit 0c84d38

Browse files
committed
🏁 📰 Releasing version 2.0.1 @ 2021-08-05 19:16
[ci skip]
1 parent e542c61 commit 0c84d38

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ a list of versions that have been released on PyPI.
88

99
[//]: # (begin_release_notes)
1010

11+
2.0.1 (2021-08-05)
12+
### Bugfixes
13+
14+
- Fix bug when having multiple file targets (#1)
15+
16+
1117
2.0.0 (2021-05-18)
1218
==================
1319

docs/news/1.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/auto_version/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This project's release version
2-
__version__ = "2.0.0"
2+
__version__ = "2.0.1"
33
# This project's release commit hash
4-
COMMIT = "8712f0242e556d4b94fd0133b38e3fb58dd1404c"
4+
COMMIT = "e542c61ad254274aaede0eba2f9b3c405c71637c"

0 commit comments

Comments
 (0)