We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dfde3d + f13e9c5 commit bb4b18fCopy full SHA for bb4b18f
setup.py
@@ -16,7 +16,7 @@
16
# Versions should comply with PEP440. For a discussion on single-sourcing
17
# the version across setup.py and the project code, see
18
# https://packaging.python.org/en/latest/single_source_version.html
19
- version='1.1.7',
+ version='1.2.0',
20
21
description="FireO ORM is specifically designed for the Google's Firestore",
22
long_description=long_description,
src/tests/v117/test_text_field_format.py
@@ -11,7 +11,7 @@ class TextFieldFormat(Model):
11
t = TextFieldFormat.collection.create(name='my name')
12
13
assert t.name == 'MY NAME'
14
-
+
15
def test_simple_format():
class TextFieldFormat(Model):
0 commit comments