From c0911c302e70394b5d4c1635924b3af160ec07d1 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Wed, 2 Dec 2015 10:34:22 -0500 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 4 ++-- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5e022b9..ff2bd7c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -1.0.3 (???) ------------ +1.0.3 (2015-12-02) +------------------ Bugfixes: * You could get a traceback with some unpackers (not Vagrant) on some packages that explicitely pack the / directory diff --git a/docs/conf.py b/docs/conf.py index 7e7b88e0b..b728d5581 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -204,7 +204,7 @@ #html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. -htmlhelp_basename = 'ReproZipdoc' +htmlhelp_basename = 'ReproZip' # -- Options for LaTeX output ---------------------------------------------