Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 185a8da

Browse files
Release 2.0.0
Signed-off-by: Sayan Chowdhury <[email protected]>
1 parent 54fc21c commit 185a8da

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

docs/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Contents:
3434
development/contribution
3535
development/testing
3636

37+
.. toctree::
38+
:maxdepth: 1
39+
40+
release_notes
41+
3742
Community
3843
=========
3944

docs/release_notes.rst

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
=============
2+
Release Notes
3+
=============
4+
5+
6+
2.0.0
7+
=====
8+
9+
Deprecation
10+
-----------
11+
12+
* The fedmsg message ``fedimg.image.upload`` has been deprecated for all other
13+
regions other than the ``base_region``
14+
(`#97 <https://github.com/fedora-infra/fedimg/pull/97>`_).
15+
16+
17+
Bug fixes
18+
---------
19+
20+
* Refactor the ``FedimgConsumer`` to handle F28 Two week Atomic
21+
(`#123 <https://github.com/fedora-infra/fedimg/pull/123>`_).
22+
23+
Developer Improvements
24+
----------------------
25+
26+
* Fix the tests for ``utils.py``
27+
(`#124 <https://github.com/fedora-infra/fedimg/pull/124>`_).
28+
* Fix the FSF address in setup.py messed up during the version bump
29+
(`#127 <https://github.com/fedora-infra/fedimg/pull/127>`_).
30+
* Migrate from nose to pytest
31+
(`#128 <https://github.com/fedora-infra/fedimg/pull/128>`_).
32+
* Fix the filename type for CHANGELOG.rst
33+
(`#129 <https://github.com/fedora-infra/fedimg/pull/129>`_).
34+
* Raise exceptions when shell execution fails
35+
(`#130 <https://github.com/fedora-infra/fedimg/pull/130>`_).
36+
* Refactor the docs to use sphinx, and update the latest architecture
37+
(`#131 <https://github.com/fedora-infra/fedimg/pull/131>`_).
38+
39+
Contributors
40+
------------
41+
42+
The following developers contributed patches to Fedimg 2.0.0:
43+
44+
- Sayan Chowdhury

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='fedimg',
27-
version='1.3.0',
27+
version='2.0.0',
2828
description='Automatically upload Fedora Cloud images to cloud providers',
2929
classifiers=[
3030
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)