Skip to content

Commit

Permalink
Merge pull request #159 from fauna/release-3.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
Trevor Sibanda committed Aug 18, 2020
2 parents b12e903 + f594e1d commit fd93819
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,11 @@
## 2.12.0 [current]
## 3.0.0 [current]

- Refactored `contains` into `contains_path`, `contains_value`, `contains_path`
- Added `reverse` function
- Bump api version to `3`
- Add tests for versioned lambdas

## 2.12.0

- Added client specified query timeout
- Added Python 3.7 and 3.8 to CI
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -111,7 +111,7 @@ GitHub pull requests are very welcome.
License
-------

Copyright 2019 `Fauna, Inc. <https://fauna.com>`_
Copyright 2020 `Fauna, Inc. <https://fauna.com>`_

Licensed under the Mozilla Public License, Version 2.0 (the
"License"); you may not use this software except in compliance with
Expand Down
2 changes: 1 addition & 1 deletion faunadb/__init__.py
@@ -1,5 +1,5 @@
__title__ = "FaunaDB"
__version__ = "2.12.0"
__version__ = "3.0.0"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
__copyright__ = "2020 Fauna, Inc"

0 comments on commit fd93819

Please sign in to comment.