Skip to content

Commit

Permalink
release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yinian1992 committed Apr 18, 2022
1 parent c247dfc commit 483452f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_rest_tsg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "Django REST TypeScript Generator"
__version__ = "0.1.5"
__version__ = "0.1.6"
__author__ = "Yinian Chin"
__license__ = "MIT License"
__copyright__ = "Copyright 2021-2022 Yinian Chin"
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 = "django-rest-tsg"
version = "0.1.5"
version = "0.1.6"
license = "MIT"
description = "A typescript code generator for Django Rest Framework."
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_django_rest_tsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.5"
assert __version__ == "0.1.6"

0 comments on commit 483452f

Please sign in to comment.