Skip to content

Commit bb4b18f

Browse files
authored
Merge pull request #40 from octabytes/feature
update version
2 parents 8dfde3d + f13e9c5 commit bb4b18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Versions should comply with PEP440. For a discussion on single-sourcing
1717
# the version across setup.py and the project code, see
1818
# https://packaging.python.org/en/latest/single_source_version.html
19-
version='1.1.7',
19+
version='1.2.0',
2020

2121
description="FireO ORM is specifically designed for the Google's Firestore",
2222
long_description=long_description,

src/tests/v117/test_text_field_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TextFieldFormat(Model):
1111
t = TextFieldFormat.collection.create(name='my name')
1212

1313
assert t.name == 'MY NAME'
14-
14+
1515

1616
def test_simple_format():
1717
class TextFieldFormat(Model):

0 commit comments

Comments
 (0)