Skip to content

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Matter committed Jul 20, 2022
1 parent 2b8043e commit 556a98b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 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.3.dev
current_version = 0.0.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}.{release}
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Removed

### Changed

### Fixed

## [0.0.3] -- 2022-07-20

### Added
* slides

Expand All @@ -27,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release.

[Unreleased]: https://github.com/fmatter/clld-document-plugin/compare/0.0.2...HEAD
[Unreleased]: https://github.com/fmatter/clld-document-plugin/compare/0.0.3...HEAD
[0.0.3]: https://github.com/fmatter/clld-document-plugin/releases/tag/0.0.3
[0.0.2]: https://github.com/fmatter/clld-document-plugin/releases/tag/0.0.2
[0.0.1]: https://github.com/fmatter/clld-document-plugin/releases/tag/0.0.1

6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors:
- family-names: Matter
given-names: Florian
orcid: "https://orcid.org/0000-0002-2545-5154"
version: "0.0.2"
date-released: 2022-06-10
url: "https://github.com/fmatter/clld-document-plugin/releases/tag/0.0.2"
version: "0.0.3"
date-released: 2022-07-20
url: "https://github.com/fmatter/clld-document-plugin/releases/tag/0.0.3"
keywords:
- clld
message: "If you use this software, please cite it using these metadata."
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 = clld_document_plugin
project_urls =
Bug Tracker = https://github.com/fmatter/clld-document-plugin/issues
url = https://github.com/fmatter/clld-document-plugin
version = 0.0.3.dev
version = 0.0.3

[options]
zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion src/clld_document_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Florian Matter"
__email__ = "florianmatter@gmail.com"
__version__ = "0.0.3.dev"
__version__ = "0.0.3"


def includeme(config):
Expand Down

0 comments on commit 556a98b

Please sign in to comment.