Skip to content

Commit d85922a

Browse files
committed
Build: bump version to 0.2 and added changelog
1 parent 8cd6af0 commit d85922a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ Change Log
5454
--------------------
5555
- Modified README documentation
5656
- Bump version to 0.1.1
57-
- Changed home page url
57+
- Changed home page url
58+
59+
0.2 (11/05/2024)
60+
--------------------
61+
- Add support for list of dictionary data response
62+
- Improve code quality and test cases

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Production API Response
22

3+
[![Package Code Quality](https://github.com/aybruhm/api-response/actions/workflows/package-test.yml/badge.svg)](https://github.com/aybruhm/api-response/actions/workflows/package-test.yml) [![Package Published to PypI](https://github.com/aybruhm/api-response/actions/workflows/package-publish.yml/badge.svg)](https://github.com/aybruhm/api-response/actions/workflows/package-publish.yml)
4+
35
A go-to production API response with an easy format for building APIs with Python.
46

57
## Quickstart

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rest-api-response
3-
version = 0.1.1
3+
version = 0.2
44
author = Abram
55
author_email = [email protected]
66
description = A go-to production API response with an easy format for building APIs with Python.

setup.py

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

1111
setup(
1212
name="rest_api_response",
13-
version="0.1.1",
13+
version="0.2",
1414
description="A go-to production API response with an easy format for building APIs with Python.", # noqa: E501
1515
long_description_content_type="text/markdown",
1616
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)