Skip to content

Commit e397bb3

Browse files
committed
release v0.1.2
1 parent 6db72da commit e397bb3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2023-12-28
11+
1012
### Fixed
1113
* pandas dependency
1214

@@ -111,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111113
* Initial release
112114

113115
[Unreleased]: https://github.com/fmatter/clld-morphology-plugin/compare/0.0.10...HEAD
116+
[0.1.2]: https://github.com/fmatter/clld-morphology-plugin/compare/0.0.10...0.0.10
114117
[0.1.1]: https://github.com/fmatter/clld-morphology-plugin/compare/0.0.10...0.0.10
115118
[0.1.0]: https://github.com/fmatter/clld-morphology-plugin/compare/0.0.10...0.0.10
116119
[0.0.10]: https://github.com/fmatter/clld-morphology-plugin/compare/0.0.9...0.0.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clld-morphology-plugin"
3-
version = "0.1.2.dev"
3+
version = "0.1.2"
44
license = "Apache-2.0"
55
homepage = "https://github.com/fmatter/clld-morphology-plugin"
66
repository = "https://github.com/fmatter/clld-morphology-plugin"

0 commit comments

Comments
 (0)