Skip to content

Commit 021a5f3

Browse files
committed
Update STAC version table to reflect 1.x PySTAC series STAC versions
1 parent 38fc859 commit 021a5f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ The table below shows the corresponding versions between pystac and STAC:
4444

4545
| pystac | STAC |
4646
| ------ | ----- |
47-
| 0.5.x | 1.0.x |
47+
| 1.x | 1.0.x |
48+
| 0.5.x | 1.0.0-beta.* |
4849
| 0.4.x | 0.9.x |
4950
| 0.3.x | 0.8.x |
5051

@@ -114,11 +115,11 @@ To build and develop the documentation locally, make sure sphinx is available (w
114115
> make livehtml
115116
```
116117

117-
> Note: You will see some warnings along the lines of
118+
> Note: You will see some warnings along the lines of
118119
> ```
119-
> WARNING: duplicate object description of pystac.Collection.id,
120+
> WARNING: duplicate object description of pystac.Collection.id,
120121
> other instance in api, use :noindex: for one of them
121-
> ```
122+
> ```
122123
> for some of the
123124
> classes. This is expected due to [sphinx-doc/sphinx#8664](https://github.com/sphinx-doc/sphinx/issues/8664).
124125

0 commit comments

Comments
 (0)