Skip to content

Commit 55a90bf

Browse files
committed
v1.1.0
1 parent c40b082 commit 55a90bf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/community/changelogs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
title: Changelogs
33
---
4+
Django-to-rest 1.1.0
5+
----------------------
6+
* Django 4.1 support
7+
* djangorestframework 3.14 support
8+
* API Versioning
9+
* Updated docs
10+
411
Django-to-rest 1.0.0b2
512
----------------------
613
* Fixed readme.rst file

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-to-rest
3-
version = 1.0.0b2
3+
version = 1.1.0
44
description = A library to expose rest api(s) for a django app (quiet quickly) with minimum efforts
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)