Skip to content

Commit acebb57

Browse files
committed
Update rever command
1 parent cbea8d8 commit acebb57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Authors
12

23
The qtsass project has some great contributors! They are:
34

rever.xsh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ $GITHUB_ORG = 'spyder-ide'
3636
$GITHUB_REPO = $PROJECT
3737
$VERSION_BUMP_PATTERNS = [
3838
# These note where/how to find the version numbers
39-
($MODULE + '/__init__.py', r'__version__\s*=.*', "__version__ = '$VERSION'"),
39+
($MODULE + '/__init__.py', r'__version__\s*=.*', '__version__ = "$VERSION"'),
4040
]
4141
$AUTHORS_FILENAME = "AUTHORS.md"
42-
$AUTHORS_TEMPLATE = """
42+
$AUTHORS_TEMPLATE = """# Authors
43+
4344
The $PROJECT project has some great contributors! They are:
4445
4546
{authors}

0 commit comments

Comments
 (0)