From d6882fc5fc10629ecc8141624db79980d1f951d2 Mon Sep 17 00:00:00 2001 From: JM Vazquez Date: Sun, 11 Sep 2022 19:37:09 +0200 Subject: [PATCH] Release 0.1.5 (#7) --- CHANGELOG.md | 6 ++++++ docs/index.rst | 3 ++- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf94ae9..1f7a459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog =================================== +0.1.5 (2022-09-11) +------------------- + +- Improvement in output string. +- Documentation. + 0.1.4 (2022-09-11) ------------------- diff --git a/docs/index.rst b/docs/index.rst index 1b242e2..69ec16d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -72,7 +72,8 @@ In you console, for example:: There are some possible ways to pass backend settings to the updater. This is the priority. -1. Passing settings as parameters when creating a `ProgressUpdater` object:: +1. Passing settings as parameters when creating a `ProgressUpdater` object. +On your console:: from progress_updater import ProgressUpdater from progress_updater.backends.mongo import MongoSettings diff --git a/pyproject.toml b/pyproject.toml index 33c9dcf..195f226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "progress_updater" -version = "0.1.4" +version = "0.1.5" description = "Progress Updater" readme = "README.md" license = "LICENSE"