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