Skip to content

Commit

Permalink
0.6.3 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 17, 2024
1 parent c4fc7a0 commit a3786d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.7.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ Note: Minor version `0.X.0` update might break the API, It's recommanded to pin

## unrelease

## [0.7.0] - 2024-11-17

* add python 3.12 support
* switch to `flit-core` for packaging build backend
* switch to Pydantic v1 namespace and allow Pydantic v1 or v2 (author @josephgruber-umbra, https://github.com/developmentseed/geojson-pydantic/pull/168)

## [0.6.3] - 2023-07-02

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

[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...HEAD
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.7.0...HEAD
[0.7.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...0.7.0
[0.6.3]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0...0.6.1
Expand Down
2 changes: 1 addition & 1 deletion geojson_pydantic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Polygon,
)

__version__ = "0.6.3"
__version__ = "0.7.0"

__all__ = [
"Feature",
Expand Down

0 comments on commit a3786d6

Please sign in to comment.