diff --git a/CHANGELOG.md b/CHANGELOG.md index 1647709..c13f768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [0.1.0] - 2025-XX-XX +## [0.1.0] - 2025-06-25 - Initial release. diff --git a/README.md b/README.md index 0411c91..4712560 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Python protocol for interfacing with object storage. -[Read the release post.](https://developmentseed.org/obspec/latest/blog/2025/06/26/introducing-obspec-a-python-protocol-for-interfacing-with-object-storage/) +[Read the release post.](https://developmentseed.org/obspec/latest/blog/2025/06/25/introducing-obspec-a-python-protocol-for-interfacing-with-object-storage/) It's designed to abstract away the complexities of different object storage providers while acknowledging that object storage is _not a filesystem_. The Python protocols present more similarities to HTTP requests than Python file objects. diff --git a/docs/blog/posts/introducing-obspec.md b/docs/blog/posts/introducing-obspec.md index e1f2219..6113f4e 100644 --- a/docs/blog/posts/introducing-obspec.md +++ b/docs/blog/posts/introducing-obspec.md @@ -1,6 +1,6 @@ --- draft: false -date: 2025-06-26 +date: 2025-06-25 categories: - Release authors: diff --git a/pyproject.toml b/pyproject.toml index 4870960..0233668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "obspec" -version = "0.1.0-beta.6" +version = "0.1.0" description = "Object storage interface definitions for Python." license = "MIT" readme = "README.md"