Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["toasty", "pypa"]
version = "0.7.1"
age = 0

+++
  • Loading branch information
cranko committed Aug 6, 2021
2 parents ef52ccb + cdf3372 commit addfd87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# toasty 0.7.1 (2021-08-06)

- No code changes from 0.7.0. The Python package didn't publish to PyPI due
to an issue with the automation, which should now be fixed.


# toasty 0.7.0 (2021-08-06)

- Add the `toasty pipeline ignore-rejects` command to allow you to tell the
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
setupBuild: true
setupCranko: true
- bash: |
set -euo pipefail
set -eo pipefail # no -u to work around Conda activation bug (2021 August)
source activate-conda.sh
set -x
\conda install -y twine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_long_desc():

setup_args = dict(
name = 'toasty', # cranko project-name
version = '0.7.0', # cranko project-version
version = '0.7.1', # cranko project-version
description = 'Generate TOAST image tile pyramids from existing image data',
long_description = get_long_desc(),
long_description_content_type = 'text/markdown',
Expand Down

0 comments on commit addfd87

Please sign in to comment.