diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb923f..8609ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project are/will be documented in this file. ## [Unreleased] + +## [v0.1.1] - 2020-01-12 +### Added +- Documentation for Ra Settings +- Removal of unneeded css styles, correcting GitHub linguist +- Added setting `RA_DEFAULT_TO_DATETIME` which defaults to start of current year + 1 + + ## [0.0.9] - 2019-12-25 ### Added - Added changelog, docs/faq diff --git a/ra/__init__.py b/ra/__init__.py index b99588c..78c2456 100644 --- a/ra/__init__.py +++ b/ra/__init__.py @@ -1,5 +1,5 @@ default_app_config = 'ra.apps.RaConfig' -VERSION = (0, 0, 9) +VERSION = (0, 1, 1) -__version__ = '0.0.9' +__version__ = '0.1.1'