diff --git a/CHANGELOG.md b/CHANGELOG.md index f423301e..04d2a56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.4.11] - Unreleased +## [2.4.11] - 2019-09-07git dif ### Added diff --git a/fs/_version.py b/fs/_version.py index 207d7928..0e4134f2 100644 --- a/fs/_version.py +++ b/fs/_version.py @@ -1,3 +1,3 @@ """Version, used in module and setup.py. """ -__version__ = "2.4.11a0" +__version__ = "2.4.11"