Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Nov 10, 2021
1 parent 583802a commit f3af89d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
context: .
push: true
tags: coedl/elpis:${GITHUB_REF:10}
tags: coedl/elpis:${GITHUB_REF:11}
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.12] - 2021-11-10
### Added
- Automated docker builds on releases (vX.Y.Z) and pushes to master (latest)

## [0.96.11] - 2021-11-09
### Changed
- Change ports from 5000 to 5001 to avoid conflict with greedy MacOS Airplay speaker thing
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Ben Foley, Nicholas Lambourne, Nay San'

# The full version, including alpha/beta/rc tags
release = '0.96.0'
release = '0.96.12'

master_doc = 'index'
# -- General configuration ---------------------------------------------------
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.11",
"version": "0.96.12",
"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.11"
version = "0.96.12"
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 f3af89d

Please sign in to comment.