Skip to content

Commit

Permalink
update to official 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprsquish committed Jan 31, 2019
1 parent 18cb460 commit 2f755ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -107,7 +107,7 @@ GitHub pull requests are very welcome.
License
-------

Copyright 2017 `Fauna, Inc. <https://fauna.com>`_
Copyright 2019 `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
4 changes: 2 additions & 2 deletions faunadb/__init__.py
@@ -1,5 +1,5 @@
__title__ = "FaunaDB"
__version__ = "2.6.0.dev"
__version__ = "2.6.0"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
__copyright__ = "2017 Fauna, Inc"
__copyright__ = "2019 Fauna, Inc"

0 comments on commit 2f755ef

Please sign in to comment.