Skip to content

Commit 544c948

Browse files
committed
Update version to v2.1.5
1 parent a1e0007 commit 544c948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def parse_requirements(filename):
2020

2121
setup(
2222
name='django_mock_queries',
23-
version='2.1.4',
23+
version='2.1.5',
2424
description='A django library for mocking queryset functions in memory for testing',
2525
long_description=read_md('README.md'),
2626
url='https://github.com/stphivos/django-mock-queries',

0 commit comments

Comments
 (0)