Skip to content

Commit

Permalink
Build: bump version to 0.2 and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed May 11, 2024
1 parent 8cd6af0 commit d85922a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ Change Log
--------------------
- Modified README documentation
- Bump version to 0.1.1
- Changed home page url
- Changed home page url

0.2 (11/05/2024)
--------------------
- Add support for list of dictionary data response
- Improve code quality and test cases
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Production API Response

[![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)

A go-to production API response with an easy format for building APIs with Python.

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rest-api-response
version = 0.1.1
version = 0.2
author = Abram
author_email = israelvictory87@gmail.com
description = A go-to production API response with an easy format for building APIs with Python.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

0 comments on commit d85922a

Please sign in to comment.