File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ prerequisites: `pip install loghub setuptools twine`
884 . 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
1414This uses a ` LOGHUB_GITHUB_TOKEN ` environment variable. This must be created
You can’t perform that action at this time.
0 commit comments