Skip to content

Commit

Permalink
release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Nov 28, 2023
1 parent 67dd05e commit c4d6972
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history

## v0.7.1

- fix a bug where schedules with the same ID and different descriminators were selected when loading the `PeriodicTask` thanks to [Matthew Bronstein](https://github.com/mbronstein1) and [Bazyl Horsey](https://github.com/bazylhorsey)

## v0.7.0

- added tests
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.7.0",
version="0.7.1",
# 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.7.0'
__version__ = '0.7.1'
__author__ = 'Mohamed Farahat'
__contact__ = 'farahats9@yahoo.com'
__homepage__ = 'https://github.com/farahats9/sqlalchemy-celery-beat'
Expand Down

0 comments on commit c4d6972

Please sign in to comment.