diff --git a/CHANGELOG.md b/CHANGELOG.md index 293097da..92fa574b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.2.5] - 2018-12-19 ### Added - Added flag to replay to replay only a single batch per epoch - Added support for PyTorch 1.0.0 and Python 3.7 diff --git a/torchbearer/version.py b/torchbearer/version.py index b800bdf4..13a85f77 100644 --- a/torchbearer/version.py +++ b/torchbearer/version.py @@ -1 +1 @@ -__version__ = '0.2.5.dev' +__version__ = '0.2.5'