Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Jun 25, 2023
1 parent d6b3f7d commit 8ddc3a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ Both the worker and beat services need to be running at the same time.
- ✅ Add `ClockedSchedule` model
- ✅ Implement a generic foreign key
- ✅ More robust attribute validation on models
- ✅ Add Tests
- Add more examples
- Add Tests
- Support for Async drivers like asyncpg and psycopg3 async mode
- Use Alembic migrations

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.6.2",
version="0.7.0",
# The project's main homepage.
url="https://github.com/farahats9/sqlalchemy-celery-beat",
# Choose your license
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_celery_beat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from .schedulers import DatabaseScheduler

__version__ = '0.6.2'
__version__ = '0.7.0'
__author__ = 'Mohamed Farahat'
__contact__ = '[email protected]'
__homepage__ = 'https://github.com/farahats9/sqlalchemy-celery-beat'
Expand Down
2 changes: 2 additions & 0 deletions testing_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
pytest-cov

0 comments on commit 8ddc3a2

Please sign in to comment.