Skip to content

Commit bd7a4a1

Browse files
committed
Prepare for release v0.4.1
1 parent 3e39c65 commit bd7a4a1

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [v0.4.1](https://github.com/UCREL/pymusas/releases/tag/v0.4.1) - 2026-04-30
99

1010
### Added
1111

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type: software
1212
authors:
1313
- given-names: Andrew
1414
family-names: Moore
15-
email: a.moore@lancaster.ac.uk
15+
email: a.p.moore@lancaster.ac.uk
1616
affiliation: Lancaster University
1717
orcid: 'https://orcid.org/0000-0002-3395-0841'
1818
- given-names: Paul
@@ -23,5 +23,5 @@ authors:
2323
repository-code: 'https://github.com/ucrel/pymusas'
2424
url: 'https://ucrel.github.io/pymusas/'
2525
license: Apache-2.0
26-
version: 0.4.0
27-
date-released: '2025-12-14'
26+
version: 0.4.1
27+
date-released: '2026-04-30'

RELEASE_PROCESS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ GitHub also has a [guide on supported citation formats on GitHub.](https://docs.
3838
For more information about CITATION.cff files see the [Citation File Format website](https://citation-file-format.github.io/).
3939

4040

41-
5. Add these changes using Git manually (`git add`), then commit and push these changes with:
41+
5. Add these changes using Git manually (`git add`), then commit:
4242

4343
```
44-
git commit -m "Prepare for release $TAG" && git push origin main
44+
git commit -m "Prepare for release $TAG"
4545
```
4646

4747
6. Then add the tag in git to mark the release (When prompted for a tag message use "Release v{VERSION}"):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymusas"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "PYthon Multilingual Ucrel Semantic Analysis System"
55
authors = [
66
{ name = "UCREL Research Centre", email = "ucrel@lancaster.ac.uk" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)