Skip to content

Commit a3786d6

Browse files
committed
0.6.3 -> 0.7.0
1 parent c4fc7a0 commit a3786d6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.3
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ Note: Minor version `0.X.0` update might break the API, It's recommanded to pin
88

99
## unrelease
1010

11+
## [0.7.0] - 2024-11-17
12+
1113
* add python 3.12 support
1214
* switch to `flit-core` for packaging build backend
15+
* switch to Pydantic v1 namespace and allow Pydantic v1 or v2 (author @josephgruber-umbra, https://github.com/developmentseed/geojson-pydantic/pull/168)
1316

1417
## [0.6.3] - 2023-07-02
1518

@@ -294,7 +297,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
294297
### Added
295298
- Initial Release
296299

297-
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...HEAD
300+
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.7.0...HEAD
301+
[0.7.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...0.7.0
298302
[0.6.3]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.2...0.6.3
299303
[0.6.2]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.1...0.6.2
300304
[0.6.1]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0...0.6.1

geojson_pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Polygon,
1212
)
1313

14-
__version__ = "0.6.3"
14+
__version__ = "0.7.0"
1515

1616
__all__ = [
1717
"Feature",

0 commit comments

Comments
 (0)