We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc8699 commit 903cff7Copy full SHA for 903cff7
2 files changed
CHANGES.md
@@ -1,6 +1,6 @@
1
# Release History
2
3
-## 0.13.1 (2022-03-XX)
+## 0.13.1 (2022-03-08)
4
5
- FIX: Handling `Sentinel-2 L2Ap` data
6
- FIX: Do not use `--no-binary fiona,rasterio` directly in `requirements.txt` (breaks on Windows)
eoreader/__meta__.py
@@ -17,7 +17,7 @@
17
"""
18
**EOReader** library
19
20
-__version__ = "0.13.0"
+__version__ = "0.13.1"
21
__title__ = "eoreader"
22
__description__ = (
23
"Remote-sensing opensource python library reading optical and SAR sensors, "
0 commit comments