diff --git a/CHANGELOG.md b/CHANGELOG.md index 74395fa3..b23e2244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6] - 2022-11-03 +Changes: +- Fix model download bug due to change in Flask + ## [1.0.5] - 2022-10-21 Changes: - Updated dependencies, including Python version, Transformers, PyTorch, most packages. diff --git a/docs/conf.py b/docs/conf.py index 4eb87b14..2dcb0d1d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Ben Foley, Nicholas Lambourne, Nay San, Matthew Low, Harry Keightley, Aviral Jain" # The full version, including alpha/beta/rc tags -release = "1.0.5" +release = "1.0.6" master_doc = "index" # -- General configuration --------------------------------------------------- diff --git a/elpis/gui/package.json b/elpis/gui/package.json index 50a32f04..54d63615 100644 --- a/elpis/gui/package.json +++ b/elpis/gui/package.json @@ -1,6 +1,6 @@ { "name": "elpis-gui", - "version": "1.0.5", + "version": "1.0.6", "private": true, "license": "Apache-2.0", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 09d57c9d..a7cc6726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elpis" -version = "1.0.5" +version = "1.0.6" 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"