Skip to content

Commit e5187a9

Browse files
author
Alexey Tsitkin
committed
bump version
1 parent 2bc07e7 commit e5187a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eb_sqs/worker/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,6 @@ def get_queues_by_prefixes(self, sqs, prefixes):
164164
return queues
165165

166166
def write_healthcheck_file(self):
167+
# type: () -> None
167168
with open(settings.HEALTHCHECK_FILE_NAME, 'w') as file:
168169
file.write(timezone.now().isoformat())

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-eb-sqs',
9-
version='1.32',
9+
version='1.33',
1010
package_dir={'eb_sqs': 'eb_sqs'},
1111
include_package_data=True,
1212
packages=find_packages(),

0 commit comments

Comments
 (0)