aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-22 21:55:31 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-22 21:55:31 +0100
commit0e9c0de15d7040666a8d1154636561a0ed6a1bb0 (patch)
treec2d34fb7f67573b52370a6c0a1d8cb75951cbdc9 /pyproject.toml
parentDisplay some information about the instance in the about/more page. (diff)
downloadnewspipe-0e9c0de15d7040666a8d1154636561a0ed6a1bb0.tar.gz
newspipe-0e9c0de15d7040666a8d1154636561a0ed6a1bb0.tar.bz2
newspipe-0e9c0de15d7040666a8d1154636561a0ed6a1bb0.zip
Updated CHANGELOG.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"
bgstack15