From 185a8da8d0b26a822ebe9883e49bbb94c37d77af Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Mon, 7 May 2018 18:55:45 +0530 Subject: [PATCH] Release 2.0.0 Signed-off-by: Sayan Chowdhury --- docs/index.rst | 5 +++++ docs/release_notes.rst | 44 ++++++++++++++++++++++++++++++++++++++++++ setup.py | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 docs/release_notes.rst diff --git a/docs/index.rst b/docs/index.rst index 747aa33..99b29dc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,6 +34,11 @@ Contents: development/contribution development/testing +.. toctree:: + :maxdepth: 1 + + release_notes + Community ========= diff --git a/docs/release_notes.rst b/docs/release_notes.rst new file mode 100644 index 0000000..4667ea5 --- /dev/null +++ b/docs/release_notes.rst @@ -0,0 +1,44 @@ +============= +Release Notes +============= + + +2.0.0 +===== + +Deprecation +----------- + +* The fedmsg message ``fedimg.image.upload`` has been deprecated for all other + regions other than the ``base_region`` + (`#97 `_). + + +Bug fixes +--------- + +* Refactor the ``FedimgConsumer`` to handle F28 Two week Atomic + (`#123 `_). + +Developer Improvements +---------------------- + +* Fix the tests for ``utils.py`` + (`#124 `_). +* Fix the FSF address in setup.py messed up during the version bump + (`#127 `_). +* Migrate from nose to pytest + (`#128 `_). +* Fix the filename type for CHANGELOG.rst + (`#129 `_). +* Raise exceptions when shell execution fails + (`#130 `_). +* Refactor the docs to use sphinx, and update the latest architecture + (`#131 `_). + +Contributors +------------ + +The following developers contributed patches to Fedimg 2.0.0: + +- Sayan Chowdhury diff --git a/setup.py b/setup.py index 35e60d0..ca4ffa6 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='fedimg', - version='1.3.0', + version='2.0.0', description='Automatically upload Fedora Cloud images to cloud providers', classifiers=[ "Programming Language :: Python :: 2.7",