Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Dec 12, 2023
1 parent 4c7633b commit 1e7836c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ To run the tests against the current environment:
Changelog
=========

3.0.2
-----

- Fix the project long description metadata

3.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_csv/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.1'
__version__ = '3.0.2'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name = 'djangorestframework-csv'
package = 'rest_framework_csv'
description = 'CSV Tools for Django REST Framework'
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
url = 'https://github.com/mjumbewu/django-rest-framework-csv'
author = 'Mjumbe Wawatu Ukweli'
author_email = '[email protected]'
Expand Down Expand Up @@ -65,6 +66,8 @@ def get_package_data(package):
url=url,
license=license,
description=description,
long_description=open(readme).read(),
long_description_content_type='text/x-rst',
author=author,
author_email=author_email,
packages=get_packages(package),
Expand Down

0 comments on commit 1e7836c

Please sign in to comment.