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

Commit 7faa884

Browse files
Release 2.3.0
Signed-off-by: Sayan Chowdhury <[email protected]>
1 parent 9c982dd commit 7faa884

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

docs/release_notes.rst

+65
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,71 @@
22
Release Notes
33
=============
44

5+
2.3.0
6+
=====
7+
8+
Developer Improvements
9+
----------------------
10+
11+
* tests: Fix the tests for the broken links
12+
(`#151 <https://github.com/fedora-infra/fedimg/pull/151>`_).
13+
* utils: Fix the tests for the travis test failures
14+
(`#152 <https://github.com/fedora-infra/fedimg/pull/152>`_).
15+
* setup: Update the AUTHORS & the AUTHORS EMAIL in setup.py
16+
(`#153 <https://github.com/fedora-infra/fedimg/pull/153>`_).
17+
18+
Bug fixes
19+
---------
20+
21+
* config: Fix the config to pick local if needed
22+
(`#150 <https://github.com/fedora-infra/fedimg/pull/150>`_).
23+
24+
Contributors
25+
------------
26+
27+
The following developers contributed patches to Fedimg 2.2.0:
28+
29+
- Sayan Chowdhury
30+
31+
2.2.0
32+
=====
33+
34+
Developer Improvements
35+
----------------------
36+
37+
* utils: Cancel the conversion tasks if the are older then 24 hours
38+
(`#146 <https://github.com/fedora-infra/fedimg/pull/146>`_).
39+
40+
Contributors
41+
------------
42+
43+
The following developers contributed patches to Fedimg 2.2.0:
44+
45+
- Sayan Chowdhury
46+
47+
2.1.0
48+
=====
49+
50+
Bug fixes
51+
---------
52+
53+
* Fix the version and release number in sphinx conf
54+
(`#133 <https://github.com/fedora-infra/fedimg/pull/133>`_).
55+
56+
Developer Improvements
57+
----------------------
58+
59+
* Support both type of resource ids (long & short)
60+
(`#141 <https://github.com/fedora-infra/fedimg/pull/141>`_).
61+
* Migrate fedimg to support to longer resource ids
62+
(`#137 <https://github.com/fedora-infra/fedimg/pull/137>`_).
63+
64+
Contributors
65+
------------
66+
67+
The following developers contributed patches to Fedimg 2.1.0:
68+
69+
- Sayan Chowdhury
570

671
2.0.0
772
=====

setup.py

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

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

0 commit comments

Comments
 (0)