Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jul 27, 2020
1 parent d6a1ed4 commit 2f7262e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ Or you can use depot with SQLAlchemy to store attachments::
ChangeLog
---------

0.8.0
~~~~~

- Replaced ``unidecode`` dependency with ``anyascii`` to better cope with MIT License.

0.7.1
~~~~~

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os, sys

version = '0.7.1'
version = '0.8.0'

here = os.path.abspath(os.path.dirname(__file__))
try:
Expand Down Expand Up @@ -47,7 +47,7 @@
],
keywords='storage files s3 gridfs mongodb aws sqlalchemy wsgi',
author='Alessandro Molina',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/amol-/depot',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'tests']),
Expand Down

0 comments on commit 2f7262e

Please sign in to comment.