Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Prepare release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geckon committed Apr 20, 2020
1 parent ae5b064 commit 9a64893
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ of modification on your side, just add it to the installed apps.
Requirements
------------

- Django ``>1.8,<3.0``
- Django >= 3.0

With Django ``>1.8,<3.0`` use version ``2.6``

With Django ``1.6`` use version ``2.3.6``

Expand All @@ -16,6 +18,12 @@ With Django ``1.7`` use version ``2.4.0``
Installation
------------

Either you can install a particular release directly - e.g.:

``pip install https://github.com/Showmax/django-admin-bootstrapped/archive/2.7.0.tar.gz``

Or you can build and install current master:

1. Clone from github: ``git clone https://github.com/Showmax/django-admin-bootstrapped.git``
2. Build the package: ``cd django-admin-bootstrapped && python setup.py sdist``
3. Install the package: ``pip install dist/django-admin-bootstrapped-*.tar.gz``
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
maintainer="Showmax CMS Team",
maintainer_email="cms@showmax.com",
name='django-admin-bootstrapped',
version='2.6.0',
version='2.7.0',
description='A Bootstrap theme for Django Admin',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
url='https://github.com/Showmax/django-admin-bootstrapped',
Expand All @@ -31,7 +31,7 @@
classifiers=CLASSIFIERS,
install_requires=[
'setuptools',
'Django>=1.8,<3.0',
'Django>=3.0',
],
test_suite='django_admin_bootstrapped.runtests.runtests',
packages=find_packages(),
Expand Down

0 comments on commit 9a64893

Please sign in to comment.