File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ## 0.4.8 (2017-09-15)
5
+ - [ feature] Add ResourceExpiredError exception (#48 )
6
+
4
7
## 0.4.7 (2017-03-10)
5
8
- [ api] add raw_call method returning a raw requests Response object
6
9
- [ documentation] add advanced usage documentation
Original file line number Diff line number Diff line change 1
- python-ovh (0.4.7 ) trusty; urgency=low
1
+ python-ovh (0.4.8 ) trusty; urgency=low
2
2
3
- * New upstream release v0.4.7
3
+ * New upstream release v0.4.8
4
+ * [feature] Add ResourceExpiredError exception (#48)
5
+
6
+ -- Geoffrey Bauduin <
[email protected] > Fri, 15 Sep 2017 11:53:30 +0200
7
+
8
+ python-ovh (0.4.8) trusty; urgency=low
9
+
10
+ * New upstream release v0.4.8
4
11
* [api] add raw_call method returning a raw requests Response object
5
12
* [documentation] add advanced usage documentation
6
13
* [buildsystem] fix bump-version debian/Changelog generation
Original file line number Diff line number Diff line change 58
58
# The short X.Y version.
59
59
version = '0.3'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.4.7 '
61
+ release = '0.4.8 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = "ovh" ,
17
- version = "0.4.7 " ,
17
+ version = "0.4.8 " ,
18
18
setup_requires = ['setuptools' ],
19
19
author = "Jean-Tiare Le Bigot" ,
20
20
author_email = "[email protected] " ,
You can’t perform that action at this time.
0 commit comments