File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ ### Removed
8
+
9
+ ### Changed
10
+
11
+ ### Fixed
12
+
13
+ ### Deprecated
14
+
15
+ ## [ v1.3.0]
16
+
17
+ ### Added
18
+
7
19
- Type annotations for instance attributes on all classes ([ #705 ] ( https://github.com/stac-utils/pystac/pull/705 ) )
8
20
- ` extensions.datacube.Variable.to_dict ` method ([ #699 ] ( https://github.com/stac-utils/pystac/pull/699 )] )
9
21
- Clarification of possible errors when using ` .ext ` to extend an object ([ #701 ] ( https://github.com/stac-utils/pystac/pull/701 ) )
28
40
- Paths to sub-catalog files when using ` Catalog.save ` ([ #714 ] ( https://github.com/stac-utils/pystac/pull/714 ) )
29
41
- Link to PySTAC Introduction tutorial in tutorials index page ([ #719 ] ( https://github.com/stac-utils/pystac/pull/719 ) )
30
42
31
- ### Deprecated
32
-
33
43
## [ v1.2.0]
34
44
35
45
### Added
@@ -543,7 +553,8 @@ use `Band.create`
543
553
544
554
Initial release.
545
555
546
- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.2.0..main >
556
+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.3.0..main >
557
+ [ v1.3.0 ] : < https://github.com/stac-utils/pystac/compare/v1.2.0..v1.3.0 >
547
558
[ v1.2.0 ] : < https://github.com/stac-utils/pystac/compare/v1.1.0..v1.2.0 >
548
559
[ v1.1.0 ] : < https://github.com/stac-utils/pystac/compare/v1.0.1..v1.1.0 >
549
560
[ v1.0.1 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0..v1.0.1 >
Original file line number Diff line number Diff line change 1
1
import os
2
2
from typing import Optional
3
3
4
- __version__ = "1.2 .0"
4
+ __version__ = "1.3 .0"
5
5
"""Library version"""
6
6
7
7
You can’t perform that action at this time.
0 commit comments