Skip to content

Commit

Permalink
Merge pull request #52 from barseghyanartur/feature/improve-documenta…
Browse files Browse the repository at this point in the history
…tion

Prepare 0.17.9
  • Loading branch information
barseghyanartur authored Oct 9, 2023
2 parents e894b6b + 4f35a15 commit b334b14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ are used for versioning (schema follows below):

0.17.9
------
2023-10-10

- Improvements and fixes in the documentation.
- Announcing feature plans to change default PDF and Image generators
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "0.17.8"
version = "0.17.9"

try:
readme = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
Expand All @@ -28,6 +28,7 @@
"pytest-ordering", # pytest add-on
"pytest-pythonpath", # pytest add-on
"pytest-rst", # pytest add-on
"moto", # testing documentation
]

_common = [
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.8"
__version__ = "0.17.9"
__author__ = "Artur Barseghyan <[email protected]>"
__copyright__ = "2022-2023 Artur Barseghyan"
__license__ = "MIT"

0 comments on commit b334b14

Please sign in to comment.