Skip to content

Commit

Permalink
Merge pull request #92 from somewes/develop
Browse files Browse the repository at this point in the history
version / notes / remove old uuid dep
  • Loading branch information
somewes authored Jun 28, 2023
2 parents 336e6be + bcc3c4e commit 65a9c04
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion entity_emailer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.3b2'
__version__ = '2.2.0'
6 changes: 6 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

v2.2.0
------
* Django 4.2 support
* Drop django 2 support
* Remove external uuid field dependency

v2.1.2
------
* Fix issue for not marking email as sent when no email addresses exist
Expand Down
9 changes: 4 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Django>=3.2

django-db-mutex>=2.0.0
django-entity>=5.0.0
django-entity-event>=2.0.0
ambition-django-uuidfield>=0.5.0
ambition-utils>=2.2.0
django-db-mutex>=3.1.0
django-entity>=5.1.1
django-entity-event>=2.2.1
ambition-utils>=3.1.5

beautifulsoup4>=4.3.2
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@ def get_requirements(requirements_file):
packages=find_packages(),
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
],
license='MIT',
install_requires=get_requirements('requirements.txt'),
Expand Down

0 comments on commit 65a9c04

Please sign in to comment.