Skip to content

Commit

Permalink
Version 1.13.1 release (#1241)
Browse files Browse the repository at this point in the history
* Version 1.13.1 release

* Update setup.py

* Update requirements.txt
  • Loading branch information
sobolevn committed Dec 8, 2022
1 parent b8a1dae commit 090aea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:

setup(
name="django-stubs",
version="1.13.0",
version="1.13.1",
description="Mypy stubs for Django",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 090aea6

Please sign in to comment.