Skip to content

Commit

Permalink
Prepare 0.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 19, 2023
1 parent 329ea0e commit 872d656
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.17.11
-------
2023-11-20

- Minor documentation fixes.

0.17.10
-------
2023-11-19
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def clean_readme(text: str) -> str:
return text


version = "0.17.10"
version = "0.17.11"

try:
readme = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
Expand Down
2 changes: 1 addition & 1 deletion src/faker_file/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "faker_file"
__version__ = "0.17.10"
__version__ = "0.17.11"
__author__ = "Artur Barseghyan <[email protected]>"
__copyright__ = "2022-2023 Artur Barseghyan"
__license__ = "MIT"

0 comments on commit 872d656

Please sign in to comment.