Skip to content

Commit

Permalink
Merge branch 'release/2.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 15, 2021
2 parents b339b85 + 3a9624d commit 086becd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Readme
Introduction
------------

.. image:: https://travis-ci.org/WoLpH/django-admin-generator.svg?branch=master
.. image:: https://travis-ci.com/WoLpH/django-admin-generator.svg?branch=master
:alt: Test Status
:target: https://travis-ci.org/WoLpH/django-admin-generator
:target: https://travis-ci.com/WoLpH/django-admin-generator

.. image:: https://coveralls.io/repos/WoLpH/django-admin-generator/badge.svg?branch=master
:alt: Coverage Status
Expand Down
2 changes: 1 addition & 1 deletion django_admin_generator/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__package_name__ = 'django-admin-generator'
__version__ = '2.2.1'
__version__ = '2.2.2'
__author__ = 'Rick van Hattem'
__author_email__ = 'Wolph@Wol.ph'
__description__ = ' '.join(('''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run_tests(self):
license='BSD',
packages=setuptools.find_packages(),
install_requires=[
'django-utils2>=2.5.0',
'django-utils2>=2.12.1',
'six',
],
extras_require={
Expand Down

0 comments on commit 086becd

Please sign in to comment.