Skip to content

Commit

Permalink
Version bump and add Harry to codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Nov 8, 2021
1 parent 34144c0 commit 6f0396c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Date is year-month-day format.

## [0.96.11] - 2021-11-09
### Changed
- Change ports from 5000 to 5001 to avoid conflict with greedy MacOS Airplay speaker thing

## [0.96.10] - 2021-10-28
### Changed
- Show Kaldi hypothesis confidence on the transcription page
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @benfoley @nicklambourne @mattchrlw
* @benfoley @nicklambourne @mattchrlw @harrykeightley
4 changes: 2 additions & 2 deletions docs/wiki/make-elpis-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ If it's all good, retag the image with the coedl org and push it to the Docker H
```
docker login
docker tag elpis-latest-test coedl/elpis:latest
docker tag elpis-latest-test coedl/elpis:0.96.10
docker tag elpis-latest-test coedl/elpis:0.xx.xx
docker push coedl/elpis:latest
docker push coedl/elpis:0.96.10
docker push coedl/elpis:0.xx.xx
```


Expand Down
2 changes: 1 addition & 1 deletion elpis/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elpis-gui",
"version": "0.96.10",
"version": "0.96.11",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elpis"
version = "0.96.10"
version = "0.96.11"
description = "Elpis is a tool which allows language workers with minimal computational experience to build their own speech recognition models to automatically transcribe audio."
authors = ["CoEDL"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6f0396c

Please sign in to comment.