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

Commit c101b69

Browse files
Release 2.1.0
Signed-off-by: Sayan Chowdhury <[email protected]>
1 parent 1a15d15 commit c101b69

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/release_notes.rst

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

5+
2.1.0
6+
=====
7+
8+
Bug fixes
9+
---------
10+
* Fix the version and release number in sphinx conf
11+
(`#133 <https://github.com/fedora-infra/fedimg/pull/133>`_).
12+
13+
Developer Improvements
14+
----------------------
15+
16+
* Support both type of resource ids (long & short)
17+
(`#141 <https://github.com/fedora-infra/fedimg/pull/141>`_).
18+
* Migrate fedimg to support to longer resource ids
19+
(`#137 <https://github.com/fedora-infra/fedimg/pull/137>`_).
20+
21+
Contributors
22+
------------
23+
24+
The following developers contributed patches to Fedimg 2.1.0:
25+
26+
- Sayan Chowdhury
527

628
2.0.0
729
=====

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.1.0',
2828
description='Automatically upload Fedora Cloud images to cloud providers',
2929
classifiers=[
3030
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)