Skip to content

Commit 587d348

Browse files
committed
Update release notes for 1.3.0
1 parent b3ae790 commit 587d348

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Version 1.3.0 (2021/09/12)
2+
3+
### Pull Requests Merged
4+
5+
#### Features added
6+
7+
* [PR 31](https://github.com/pytroll/python-geotiepoints/pull/31) - Add simple lon/lat based MODIS interpolation
8+
9+
In this release 1 pull request was closed.
10+
11+
112
## Version 1.2.1 (2021/03/08)
213

314
### Issues Closed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prerequisites: `pip install loghub setuptools twine`
88
4. run `loghub` and update the `CHANGELOG.md` file:
99

1010
```
11-
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"
11+
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"
1212
```
1313

1414
This uses a `LOGHUB_GITHUB_TOKEN` environment variable. This must be created

0 commit comments

Comments
 (0)