We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e0007 commit 544c948Copy full SHA for 544c948
setup.py
@@ -20,7 +20,7 @@ def parse_requirements(filename):
20
21
setup(
22
name='django_mock_queries',
23
- version='2.1.4',
+ version='2.1.5',
24
description='A django library for mocking queryset functions in memory for testing',
25
long_description=read_md('README.md'),
26
url='https://github.com/stphivos/django-mock-queries',
0 commit comments