From 64c4e776124a39746ec4c7b0dab73da6ffe48ff3 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Tue, 10 Dec 2019 15:56:12 -0700 Subject: [PATCH] Bump version to 0.8 --- doc/conf.py | 4 ++-- doc/releases.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index b10be17af..f24d5a5a1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,9 +23,9 @@ author = 'Michael D. Ekstrand' # The short X.Y version -version = '0.7.0' +version = '0.8.0' # The full version, including alpha/beta/rc tags -release = '0.7.0' +release = '0.8.0' # -- General configuration --------------------------------------------------- diff --git a/doc/releases.md b/doc/releases.md index 373b4573e..a913f6d98 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -1,6 +1,6 @@ # Release Notes -## 0.8.0 (in progress) +## 0.8.0 See the [GitHub milestone](https://github.com/lenskit/lkpy/milestone/5) for full change list.