diff --git a/Changes.rst b/Changes.rst index bd9eefa..d361f67 100644 --- a/Changes.rst +++ b/Changes.rst @@ -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. diff --git a/setup.py b/setup.py index 2d6245c..d4ab905 100755 --- a/setup.py +++ b/setup.py @@ -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():