Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Dec 23, 2021
1 parent 862d436 commit bc332cb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.97.2] - 2021-12-23
### ADDED
- Delete buttons for datasets, pron dicts and models
- Minor bug fixes

## [0.97.1] - 2021-12-08
### Changed
- 44.1kHz sample rate to 16kHz
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

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

# The full version, including alpha/beta/rc tags
release = '0.97.1'
release = '0.97.2'

master_doc = 'index'
# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/wiki/make-elpis-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Update the changelog and version details in the Elpis repo.
```
~/sandbox/elpis/CHANGELOG.md
~/sandbox/elpis/pyproject.toml
~/sandbox/elpis/docs/conf.py
~/sandbox/elpis/elpis/gui/package.json
```

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.97.1",
"version": "0.97.2",
"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.97.1"
version = "0.97.2"
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 bc332cb

Please sign in to comment.