Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danidee10 committed Mar 14, 2021
1 parent e941fd5 commit a348439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ deploy:
skip_existing: true
on:
tags: true
condition: $TRAVIS_BRANCH = master
distributions: sdist bdist_wheel
repo: danidee10/django-notifs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Osaetin Daniel'
REQUIRES_PYTHON = '>=3.5.0'
VERSION = '2.6.5'
VERSION = '3.0.0'

REQUIRED = [
'django>=2.0', 'requests==2.25.1', 'django-jsonfield-backport==1.0.3'
Expand Down

0 comments on commit a348439

Please sign in to comment.