Skip to content

Commit 4078bda

Browse files
committed
Released 3.0.0
1 parent f9e7a56 commit 4078bda

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Changes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44

55
.. currentmodule:: pyfuse3
66

7-
Unreleased Changes
8-
==================
7+
Release 3.0.0 (2020-05-08)
8+
==========================
99

1010
* Changed `create` handler to return a `FileInfo` struct to allow for
1111
modification of certain kernel file attributes, e.g. ``direct_io``.
1212

1313
Note that this change breaks backwards compatibility, code that depends
1414
on the old behavior needs to be changed.
1515

16+
1617
Release 2.0.0
1718
=============
1819

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# to work properly
5858
sys.path.insert(0, os.path.join(basedir, 'src'))
5959

60-
PYFUSE3_VERSION = '2.0.0'
60+
PYFUSE3_VERSION = '3.0.0'
6161

6262
def main():
6363

0 commit comments

Comments
 (0)