Skip to content

Commit 1522a0d

Browse files
committed
Update version to v2.1.2
1 parent cf25591 commit 1522a0d

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
@@ -19,7 +19,7 @@ def read_md(filename):
1919

2020
setup(
2121
name='django_mock_queries',
22-
version='2.1.1',
22+
version='2.1.2',
2323
description='A django library for mocking queryset functions in memory for testing',
2424
long_description=read_md('README.md'),
2525
url='https://github.com/stphivos/django-mock-queries',

0 commit comments

Comments
 (0)