diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-20 23:39:43 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-20 23:39:43 +0100 |
commit | 2c354edc1c04b2f7c842023087035c75e3dc1b02 (patch) | |
tree | 9a1536c04d018a61b434241da7303eac975bd831 | |
parent | Updated CHANGELOG and README. (diff) | |
download | newspipe-2c354edc1c04b2f7c842023087035c75e3dc1b02.tar.gz newspipe-2c354edc1c04b2f7c842023087035c75e3dc1b02.tar.bz2 newspipe-2c354edc1c04b2f7c842023087035c75e3dc1b02.zip |
Bumped version number.
-rw-r--r-- | poetry.lock | 4 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock index a374be2a..1e5c1be6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -22,7 +22,7 @@ description = "A database migration tool for SQLAlchemy." name = "alembic" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.4.1" +version = "1.4.2" [package.dependencies] Mako = "*" @@ -591,7 +591,7 @@ aiohttp = [ {file = "aiohttp-3.6.2.tar.gz", hash = "sha256:259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326"}, ] alembic = [ - {file = "alembic-1.4.1.tar.gz", hash = "sha256:791a5686953c4b366d3228c5377196db2f534475bb38d26f70eb69668efd9028"}, + {file = "alembic-1.4.2.tar.gz", hash = "sha256:035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf"}, ] aniso8601 = [ {file = "aniso8601-8.0.0-py2.py3-none-any.whl", hash = "sha256:c033f63d028b9a58e3ab0c2c7d0532ab4bfa7452bfc788fbfe3ddabd327b181a"}, diff --git a/pyproject.toml b/pyproject.toml index c3ca7692..f522154a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newspipe" -version = "9.1.0" +version = "9.2.0" description = "Newspipe is a web news aggregator." authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"] license = "AGPL-3.0-or-later" |