Skip to content

Commit

Permalink
Release 0.1.5 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyprogrammerblog committed Sep 11, 2022
1 parent e28a0e2 commit d6882fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
===================================

0.1.5 (2022-09-11)
-------------------

- Improvement in output string.
- Documentation.

0.1.4 (2022-09-11)
-------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d6882fc

Please sign in to comment.