Skip to content

Commit

Permalink
Merge 8d8b289 into 8c5ea18
Browse files Browse the repository at this point in the history
  • Loading branch information
majiidd committed Nov 19, 2021
2 parents 8c5ea18 + 8d8b289 commit 7b9ffb3
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 80 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
pytz = "==2021.1"

[dev-packages]
coverage = "==5.5"
pytest = "==6.2.2"
pytest-cov = "==2.11.1"
pytz = "==2021.1"
pre-commit = "==2.10.1"
pytest = "==6.2.5"
pytest-cov = "==2.12.1"
pre-commit = "==2.15.0"

[requires]
python_version = "3"
144 changes: 73 additions & 71 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion persiantools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__title__ = "persiantools"
__url__ = "https://github.com/majiidd/persiantools"
__version__ = "2.1.1"
__version__ = "2.1.2"
__build__ = __version__
__author__ = "Majid Hajiloo"
__author_email__ = "majid.hajiloo@gmail.com"
Expand Down

0 comments on commit 7b9ffb3

Please sign in to comment.