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.
2 parents 4f4d551 + c5cf5e7 commit 85ea631Copy full SHA for 85ea631
.github/release-drafter.yml
@@ -1,6 +1,6 @@
1
---
2
-name-template: "v$RESOLVED_VERSION"
3
-tag-template: "v$RESOLVED_VERSION"
+name-template: "$RESOLVED_VERSION"
+tag-template: "$RESOLVED_VERSION"
4
change-template: "- #$NUMBER $TITLE @$AUTHOR"
5
sort-direction: ascending
6
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='exonetapi',
21
- version='3.0.2',
+ version='3.0.3',
22
23
description='Library to interact with the Exonet API.',
24
long_description=long_description,
0 commit comments