Skip to content

Commit

Permalink
release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Matter committed Jun 27, 2023
1 parent 17cd649 commit f580a4c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.0.6.dev
current_version = 0.0.6
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}.{release}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cldf_ldd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f580a4c

Please sign in to comment.