From f580a4ce9de48164208d952d2977c94e2358b828 Mon Sep 17 00:00:00 2001 From: Florian Matter Date: Tue, 27 Jun 2023 13:56:09 -0700 Subject: [PATCH] release v0.0.6 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 ++++- CITATION.cff | 4 ++-- setup.cfg | 2 +- src/cldf_ldd/__init__.py | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a0883a7..79d4b78 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6.dev +current_version = 0.0.6 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+))? serialize = {major}.{minor}.{patch}.{release} diff --git a/CHANGELOG.md b/CHANGELOG.md index e299038..cd6e98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] - 2023-06-27 + ### Added * `Speaker_ID` as a foreign key in `ExampleTable` * `Morph(emes)` and `Stems` can now have a `Part_Of_Speech` @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/fmatter/cldf-ldd/compare/v0.0.5...HEAD +[Unreleased]: https://github.com/fmatter/cldf-ldd/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/fmatter/cldf-ldd/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/fmatter/cldf-ldd/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/fmatter/cldf-ldd/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/fmatter/cldf-ldd/compare/v0.0.2...v0.0.3 diff --git a/CITATION.cff b/CITATION.cff index f03414a..659c76f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,8 +6,8 @@ authors: - family-names: Matter given-names: Florian orcid: "https://orcid.org/0000-0002-2545-5154" -date-released: 2023-03-04 -version: "0.0.5" +date-released: 2023-06-27 +version: "0.0.6" repository-code: "https://github.com/fmatter/cldf-ldd" keywords: - cldf diff --git a/setup.cfg b/setup.cfg index 0b2db76..a0101c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ name = cldf_ldd project_urls = Bug Tracker = https://github.com/fmatter/cldf-ldd/issues url = https://github.com/fmatter/cldf-ldd -version = 0.0.6.dev +version = 0.0.6 [options] zip_safe = False diff --git a/src/cldf_ldd/__init__.py b/src/cldf_ldd/__init__.py index cc8d592..c2668be 100644 --- a/src/cldf_ldd/__init__.py +++ b/src/cldf_ldd/__init__.py @@ -18,7 +18,7 @@ __author__ = "Florian Matter" __email__ = "fmatter@mailbox.org" -__version__ = "0.0.6.dev" +__version__ = "0.0.6" def valid_parts(name, dataset, table, column, row):