We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542c61 commit 0c84d38Copy full SHA for 0c84d38
CHANGELOG.md
@@ -8,6 +8,12 @@ a list of versions that have been released on PyPI.
8
9
[//]: # (begin_release_notes)
10
11
+2.0.1 (2021-08-05)
12
+### Bugfixes
13
+
14
+- Fix bug when having multiple file targets (#1)
15
16
17
2.0.0 (2021-05-18)
18
==================
19
docs/news/1.bugfix
src/auto_version/__version__.py
@@ -1,4 +1,4 @@
1
# This project's release version
2
-__version__ = "2.0.0"
+__version__ = "2.0.1"
3
# This project's release commit hash
4
-COMMIT = "8712f0242e556d4b94fd0133b38e3fb58dd1404c"
+COMMIT = "e542c61ad254274aaede0eba2f9b3c405c71637c"
0 commit comments