Skip to content

Commit e554c30

Browse files
Update version to v2.3.0 (#189)
1 parent 978e030 commit e554c30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include setup.cfg README.md requirements/core.txt
22
recursive-include django_mock_queries *.py
3+
recursive-include tests *.py

setup.py

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

1717
setup(
1818
name='django_mock_queries',
19-
version='2.2.0',
19+
version='2.3.0',
2020
description='A django library for mocking queryset functions in memory for testing',
2121
long_description=read_md('README.md'),
2222
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)