Skip to content

Commit e8997fa

Browse files
authored
Merge pull request #22 from feliphebueno/v2.1.1
Added long_description_content_type in setup.py
2 parents ea4571e + 0f1a550 commit e8997fa

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
Version 2.1.1:
3+
Update 2.1.0
4+
- Added "long_description_content_type" in setup.py
5+
26
Version 2.1.0:
37
Update 2.0.7
48
- Bump Django from 2.1.2 to 2.2.9

rinzler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.core.exceptions import RequestDataTooBig
55

66
__name__ = "Rinzler REST Framework"
7-
__version__ = "2.1.0"
7+
__version__ = "2.1.1"
88
__author__ = ["Rinzler<github.com/feliphebueno>", "4ndr<github.com/4ndr>"]
99

1010
import os

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# https://packaging.python.org/en/latest/single_source_version.html
2727
version=__version__,
2828

29+
long_description_content_type="text/markdown",
2930
description='Django-based REST API Framework',
3031
long_description=long_description,
3132

0 commit comments

Comments
 (0)