Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bram Daams
sch
Commits
79bd73a2
Commit
79bd73a2
authored
Apr 09, 2020
by
Bram Daams
Browse files
update version in documentation as well
parent
e26cb8a5
Pipeline
#41184
passed with stage
in 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
79bd73a2
...
...
@@ -23,7 +23,7 @@ $ which sch
`sch --version`
should return something like:
```
console
sch, version 0.
2.1
sch, version 0.
6.0
```
## Command line usage
See the
`--help`
option for usage:
...
...
setup.cfg
View file @
79bd73a2
...
...
@@ -11,6 +11,10 @@ replace = version='{new_version}'
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bumpversion:file:README.md]
search = sch, version {current_version}
replace = sch, version {new_version}
[bdist_wheel]
universal = 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment