From d6b4488b737d6f74b788b065d3d665a0700fc042 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sat, 23 Jun 2018 23:32:22 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.rst | 12 ++++++++++++ news/12.bugfix | 1 - news/13.bugfix | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 news/12.bugfix delete mode 100644 news/13.bugfix diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ecd88ff0..0cfd8f5b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +1.0.3 (2018-06-23) +================== + +Bug Fixes +--------- + +- Fixed a bug which caused the base relative path to be listed as ``./.`` + instead of ``.``. (#12) +- Fixed a bug that caused egg fragments to be added to + ``Requirement.as_line()`` output for file requirements. (#13) + + 1.0.2 (2018-06-22) ================== diff --git a/news/12.bugfix b/news/12.bugfix deleted file mode 100644 index b3bde04d..00000000 --- a/news/12.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug which caused the base relative path to be listed as ``./.`` instead of ``.``. diff --git a/news/13.bugfix b/news/13.bugfix deleted file mode 100644 index 6a7e8689..00000000 --- a/news/13.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug that caused egg fragments to be added to ``Requirement.as_line()`` output for file requirements.