diff --git a/HISTORY.rst b/HISTORY.rst index a53ac67..fc87258 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,8 +19,10 @@ History * fix pypi package names in the requirements.txt file * fix python version in requirement.txt -0.2.0 (2023-01-14) +0.2.0 (2023-01-15) ------------------ * bump up numpy and pyramids versions * create an abstract class for datasource and catalog as a bluebrint for all data sources +* test all classes in CI +* use pathlib to deal with paths diff --git a/README.md b/README.md index 27fa90b..03e7a4f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pip install git+https://github.com/MAfarrag/earthobserve ## pip to install the last release you can easly use pip ``` -pip install earthobserve==0.1.7 +pip install earthobserve==0.2.0 ``` Quick start