Skip to content

Commit 878faa9

Browse files
semantic-releaseSieboldianus
authored andcommitted
0.22.0
Automatically generated by python-semantic-release
1 parent 889d678 commit 878faa9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.22.0 (2023-05-10)
6+
### Feature
7+
* Migrate project to pyproject.toml only ([`fc79efd`](https://github.com/Sieboldianus/TagMaps/commit/fc79efd653c982dc0db20e8a7f64110c152c037d))
8+
9+
### Documentation
10+
* Add basic description of project structure and release-flow for developers to documentation ([`f7e77db`](https://github.com/Sieboldianus/TagMaps/commit/f7e77db0754a70d4e92dafdd3ec9f19c4024a394))
11+
* Add purpose as docstring to environment.yml ([`5583627`](https://github.com/Sieboldianus/TagMaps/commit/558362784de10c360d88ed0be10ca5939c29bc38))
12+
513
## v0.21.2 (2023-05-10)
614
### Fix
715
* GDAL/Fiona ImportError: DLL load failed while importing _env (Windows) ([`7952df3`](https://github.com/Sieboldianus/TagMaps/commit/7952df3d5693cf99a2c6d65967a7951a436b36b9))

src/tagmaps/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""TagMaps version"""
22

3-
__version__ = '0.21.2'
3+
__version__ = '0.22.0'

0 commit comments

Comments
 (0)