From 0fb34bc794d37acf4ff558e8281a858e067701d6 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Fri, 10 Oct 2014 19:39:36 -0400 Subject: [PATCH] Bump release version number --- CHANGES.md | 4 ++-- doorstop/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 91687b75a..f31edd231 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Changelog ========= -0.8.3 (dev) ------------ +0.8.3 (2014/10/10) +------------------ - Fixed a bug running VCS commands in subdirectories. - Excluded `openpyxl==2.1.0` as a dependency version. diff --git a/doorstop/__init__.py b/doorstop/__init__.py index 633587d22..840a59302 100644 --- a/doorstop/__init__.py +++ b/doorstop/__init__.py @@ -1,7 +1,7 @@ """Package for doorstop.""" __project__ = 'Doorstop' -__version__ = '0.8.3-dev' +__version__ = '0.8.3' CLI = 'doorstop' GUI = 'doorstop-gui'