Skip to content

Commit

Permalink
Update release notes for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 12, 2021
1 parent b3ae790 commit 587d348
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## Version 1.3.0 (2021/09/12)

### Pull Requests Merged

#### Features added

* [PR 31](https://github.com/pytroll/python-geotiepoints/pull/31) - Add simple lon/lat based MODIS interpolation

In this release 1 pull request was closed.


## Version 1.2.1 (2021/03/08)

### Issues Closed
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -8,7 +8,7 @@ prerequisites: `pip install loghub setuptools twine`
4. run `loghub` and update the `CHANGELOG.md` file:

```
loghub pytroll/python-geotiepoints --token $LOGHUB_GITHUB_TOKEN -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes -plg backwards-incompatibility "Backward incompatible changes" -plg refactor "Refactoring"
loghub pytroll/python-geotiepoints --token $LOGHUB_GITHUB_TOKEN -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backward incompatible changes" -plg refactor "Refactoring"
```

This uses a `LOGHUB_GITHUB_TOKEN` environment variable. This must be created
Expand Down

0 comments on commit 587d348

Please sign in to comment.