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"