File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ install_dependencies: &install_dependencies
10
10
command : |
11
11
python3 -m venv venv
12
12
. venv/bin/activate
13
- pip install -e .
14
- pip install green flake8 pyautoversion towncrier pytest twine==1.11
13
+ sudo pip install -e .
14
+ sudo pip install green flake8 pyautoversion towncrier pytest twine==1.11
15
15
jobs :
16
16
build :
17
17
docker :
83
83
- run :
84
84
name : autoversion
85
85
command : |
86
- auto_version --config=scripts/autoversion.toml --release --news
86
+ autoversion --config=scripts/autoversion.toml --release --news
87
87
- run :
88
88
name : Generate changelog
89
89
command : towncrier --yes --name="" --version=$(cd ../../ && python setup.py --version)
Original file line number Diff line number Diff line change 1
- __version__ = '1.1.0'
1
+ # This project's release version
2
+ __version__ = '1.0.0'
3
+ # This project's release commit hash
4
+ COMMIT = ''
You can’t perform that action at this time.
0 commit comments