Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Apr 16, 2021
1 parent 36dc330 commit 992be05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Optionally rating can be weighted. For instance, you can designate experts whose
* Python 3.3+
* Django 1.11+

## Django Compatibility

* Django 1.11+
* Django 2.0+
* Django 3.0+

## Installation

Install ```django-rated-reviews``` using pip:
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='django-rated-reviews',
version='0.6.0',
version='1.0.0',
license='MIT',
author='Andrey Novikov',
author_email='[email protected]',
Expand All @@ -22,10 +22,9 @@
include_package_data=True,
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 6 - Mature',
'Framework :: Django',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 992be05

Please sign in to comment.