Skip to content

Commit acef390

Browse files
committed
prepare release of v0.1.6
1 parent 22654d8 commit acef390

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Changes in 0.1.6 (in development)
1+
## Changes in 0.1.6
2+
* Updated PML Data:
3+
- Fixed reflectance ranges
4+
- Fixed offsets of MSI chlorophyll, tsm, and dominant_owt
5+
- Added missing OLCI times
26

37
## Changes in 0.1.5
48
* Include package data

doors_stores/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
version = '0.1.6.dev0'
22+
version = '0.1.6'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "doors_stores"
7-
version = "0.1.6.dev0"
7+
version = "0.1.6"
88
authors = [
99
{ name="Tonio Fincke" },
1010
]

0 commit comments

Comments
 (0)