Skip to content

Commit

Permalink
Released 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Dec 22, 2018
1 parent babb7fc commit 2792faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes.rst
Expand Up @@ -4,8 +4,8 @@

.. currentmodule:: pyfuse3

Unreleased Changes
==================
Release 1.2 (2018-12-22)
========================

* Clarified that `invalidate_inode` may block in some circumstances.
* Added support for using the asyncio module instead of Trio.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
# to work properly
sys.path.insert(0, os.path.join(basedir, 'src'))

PYFUSE3_VERSION = '1.1'
PYFUSE3_VERSION = '1.2'

def main():

Expand Down

0 comments on commit 2792faa

Please sign in to comment.