Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Sep 20, 2022
1 parent a34a8ee commit c366235
Show file tree
Hide file tree
Showing 4 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.

## [1.0.3] - 2022-09-21
### Changed
- Fixed logging error caused by a Kaldi training stage failing.

## [1.0.2] - 2022-09-20
### Changed
- Fixed white screen of death when uploading a single wav to datasets
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "Elpis"
copyright = "2020, The University of Queensland"
author = "Ben Foley, Nicholas Lambourne, Nay San, Matthew Low, Harry Keightley"
copyright = "2022, The University of Queensland"
author = "Ben Foley, Nicholas Lambourne, Nay San, Matthew Low, Harry Keightley, Aviral Jain"

# The full version, including alpha/beta/rc tags
release = "1.0.2"
release = "1.0.3"

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": "1.0.2",
"version": "1.0.3",
"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 = "1.0.2"
version = "1.0.3"
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 c366235

Please sign in to comment.