From 0c7d2f1980bbe16304af21fbd29afe8f832b5173 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 21 Feb 2020 22:23:59 +0100 Subject: Prepare version 0.5 --- CHANGELOG.rst | 16 ++++++++++++++++ CHANGELOG.txt | 13 ------------- MANIFEST.in | 1 + setup.py | 2 +- 4 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 CHANGELOG.rst delete mode 100644 CHANGELOG.txt diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..4c0f4bc --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,16 @@ +*********** + CHANGELOG +*********** + +Unreleased +========== + +0.5 +=== + +Library +------- + +* This version changes the name of entry IDs from the nonsensical ``uid`` to + ``eid`` (Entry ID) everywhere in the code, including the property + ``Entry.uid`` and all method names. diff --git a/CHANGELOG.txt b/CHANGELOG.txt deleted file mode 100644 index 58df9e3..0000000 --- a/CHANGELOG.txt +++ /dev/null @@ -1,13 +0,0 @@ -*********** - CHANGELOG -*********** - -Unreleased -========== - -Library -------- - -* This version changes the name of entry IDs from the nonsensical ``uid`` to - ``eid`` (Entry ID) everywhere in the code, including the property - ``Entry.uid`` and all method names. diff --git a/MANIFEST.in b/MANIFEST.in index 0043201..0a0f052 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ recursive-include docs * +include CHANGELOG.rst diff --git a/setup.py b/setup.py index 97957b2..4c70db5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except IOError: setup( name='lesana', - version='0.4.1', + version='0.5', packages=find_packages(), scripts=['scripts/lesana'], -- cgit v1.2.3