Skip to content

Commit 5ce43ed

Browse files
committed
Update scripts
1 parent f99326c commit 5ce43ed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

scripts/manage.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,9 @@ def call(cmd, jobname):
108108
return
109109

110110
if job == "release":
111-
app.procedures['version'](self, 'patch')
111+
version('patch')
112112
import move_documents
113113

114-
115-
116114
@app.command()
117115
def check_links(app):
118116
pass

shared/project_version.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
4.1.0
1+
4.1.0
2+
4.1.1

0 commit comments

Comments
 (0)