Skip to content

Commit

Permalink
fix readme formatting on pypi v 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Sep 3, 2020
1 parent bcf5d00 commit 1c7868c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -5,6 +5,12 @@ Change Log
This document records all notable changes to djoser.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

---------------------
`2.0.5`_ (2020-09-03)
---------------------

* fix readme formatting on pypi

---------------------
`2.0.4`_ (2020-09-03)
---------------------
Expand Down
2 changes: 1 addition & 1 deletion djoser/__init__.py
@@ -1 +1 @@
__version__ = "2.0.4"
__version__ = "2.0.5"
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -18,13 +18,14 @@ def get_packages(package):

setup(
name="djoser",
version="2.0.4",
version="2.0.5",
packages=get_packages("djoser"),
license="MIT",
author="SUNSCRAPERS",
description="REST version of Django authentication system.",
author_email="info@sunscrapers.com",
long_description=readme,
long_description_content_type="text/x-rst",
install_requires=["django-templated-mail"],
setup_requires=["Babel>=2.6.0"],
include_package_data=True,
Expand Down

0 comments on commit 1c7868c

Please sign in to comment.