Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 46f52db

Browse files
committed
Release 0.9.4
1 parent 7ac6f7f commit 46f52db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

drf_openapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding=utf-8
22
__author__ = """Lim H."""
33
__email__ = 'limdauto@gmail.com'
4-
__version__ = '0.9.3'
4+
__version__ = '0.9.4'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.3
2+
current_version = 0.9.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='drf_openapi',
31-
version='0.9.3',
31+
version='0.9.4',
3232
description="Utilities to generate OpenAPI-compatible schema from API made with Django Rest Framework",
3333
long_description=readme + '\n\n' + history,
3434
author="Lim H.",

0 commit comments

Comments
 (0)