From 89d87290f4ad2be0460111d3b876bb60cd57226a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 16 Sep 2020 18:35:17 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ theo/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fcf8a..218b25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to tailbone-theo will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2020-09-16 +### Changed +- Be sure to install rattail 'db' extra. + ## [0.1.0] - 2020-09-16 ### Added - Initial release. diff --git a/theo/_version.py b/theo/_version.py index e41b669..4984097 100644 --- a/theo/_version.py +++ b/theo/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.0' +__version__ = '0.1.1'