diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-03-31 00:08:21 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-03-31 00:08:21 +0200 |
commit | 1b9619c3a57e2092f9ad8654cd562df9fb2d9d30 (patch) | |
tree | abba51e96bdc507dbe109889b89db3382b15b0e3 /pyproject.toml | |
parent | chg: [dependencies] Updated Flask-Login (diff) | |
download | newspipe-1b9619c3a57e2092f9ad8654cd562df9fb2d9d30.tar.gz newspipe-1b9619c3a57e2092f9ad8654cd562df9fb2d9d30.tar.bz2 newspipe-1b9619c3a57e2092f9ad8654cd562df9fb2d9d30.zip |
chg: bumped version number and 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 218c23b8..f417e392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newspipe" -version = "9.4.0" +version = "9.5.0" description = "Newspipe is a web news aggregator." authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"] license = "AGPL-3.0-or-later" |