Skip to content

Commit

Permalink
fix: Fix output of sodalite --version (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Nickerl authored Aug 2, 2021
1 parent 08a817c commit 37ec478
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 316 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Or learn more about [mime](https://wiki.archlinux.org/index.php/XDG_MIME_Applica


## Changelog
Don't miss out on what has changed: Read the [changelog](changelog.md).
Don't miss out on what has changed: Read the [changelog](CHANGELOG.md).

## Contributing
Do you want to contribute to the project? Check out the [developer guide](docs/developer_guide.md).
Expand Down
267 changes: 0 additions & 267 deletions changelog.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ commitizen = "^2.17.13"
[tool.semantic_release]
version_variable = [
"sodalite/util/version.py:VERSION",
"pyproject.toml:version"
"pyproject.toml:version",
]
branch = "master"
upload_to_pypi = false
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry build"

30 changes: 0 additions & 30 deletions scripts/release

This file was deleted.

2 changes: 1 addition & 1 deletion sodalite/util/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 'v0.20.1'
VERSION = '0.20.3'

0 comments on commit 37ec478

Please sign in to comment.