diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-22 21:55:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-22 21:55:31 +0100 |
commit | 0e9c0de15d7040666a8d1154636561a0ed6a1bb0 (patch) | |
tree | c2d34fb7f67573b52370a6c0a1d8cb75951cbdc9 /pyproject.toml | |
parent | Display some information about the instance in the about/more page. (diff) | |
download | newspipe-0e9c0de15d7040666a8d1154636561a0ed6a1bb0.tar.gz newspipe-0e9c0de15d7040666a8d1154636561a0ed6a1bb0.tar.bz2 newspipe-0e9c0de15d7040666a8d1154636561a0ed6a1bb0.zip |
Updated CHANGELOG.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6db36059..f6af71a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newspipe" -version = "9.2.0" +version = "9.3.0" description = "Newspipe is a web news aggregator." authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"] license = "AGPL-3.0-or-later" |