Skip to content

Commit e66ceb3

Browse files
committed
Version bump to 0.3
1 parent a46bf77 commit e66ceb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
x.x (Unreleased)
4+
0.3 (2025-10-13)
55
----------------
66

77
* Add `get_field` and `get_fields` methods to VirtualModel meta class (smark-1)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='queryish',
11-
version='0.2',
11+
version='0.3',
1212
description="A library for constructing queries on arbitrary data sources following Django's QuerySet API",
1313
author='Matthew Westcott',
1414
author_email='[email protected]',
@@ -25,7 +25,7 @@
2525
extras_require={
2626
"testing": [
2727
"responses>=0.23,<1.0",
28-
"django>=4.2,<5.1"
28+
"django>=4.2",
2929
]
3030
},
3131
classifiers=[

0 commit comments

Comments
 (0)