Skip to content

Commit 91938f2

Browse files
authored
Merge pull request #21 from dlr-eoc/version_mismatch
fixed version mismatch with pip
2 parents 42b294c + 2ad54e8 commit 91938f2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
[0.2.0] (2023-12-04)
4+
[0.2.1] (2023-12-05)
55
--------------------
66
Added
77
*******
@@ -11,6 +11,16 @@ Changed
1111
*******
1212
- band naming scheme to match STAC standard
1313

14+
Fixed
15+
*******
16+
- version mismatch with pip release
17+
18+
[0.2.0] (2023-05-24)
19+
--------------------
20+
Added
21+
*******
22+
- 4 band model to manifest
23+
1424
[0.1.9] (2023-05-12)
1525
--------------------
1626
Added

ukis_csmask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)