File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 0.5.0 (2018-12-13)
5+ - [ compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (#71 )
6+ - [ feature] Add OVH US endpoint (#63 #70 )
7+ - [ buildsystem] auto Pypi deployment when new tag (#60 )
8+ - [ documentation] fix typos (#72 )
9+ - [ documentation] flag package as Stable (#59 )
10+
411## 0.4.8 (2017-09-15)
512 - [ feature] Add ResourceExpiredError exception (#48 )
613
@@ -45,7 +52,7 @@ Changelog
4552 - [ buildsystem] add 'scripts' with release helpers
4653 - [ documentation] add consumer_key documentation
4754 - [ documentation] fix rst format for pypi
48- - [ docuumentation ] add service list example
55+ - [ documentation ] add service list example
4956 - [ documentation] add expiring service list example
5057 - [ documentation] add dedicated server KVM example
5158 - [ documentation] explicitly list supported python version
Original file line number Diff line number Diff line change 1+ python-ovh (0.5.0) trusty; urgency=medium
2+
3+ * New upstream release v0.5.0
4+ * [compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (#71)
5+ * [feature] Add OVH US endpoint (#63 #70)
6+ * [buildsystem] auto Pypi deployment when new tag (#60)
7+ * [documentation] fix typos (#72)
8+ * [documentation] flag package as Stable (#59)
9+
10+ -- Romain Beuque <romain.beuque@corp.ovh.com> Thu, 13 Dec 2018 15:40:12 +0100
11+
112python-ovh (0.4.8) trusty; urgency=low
213
314 * New upstream release v0.4.8
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = '0.3'
6060# The full version, including alpha/beta/rc tags.
61- release = '0.4.8 '
61+ release = '0.5.0 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 22name = ovh
33description = " Official OVH.com API wrapper"
44long_description = file: README.rst
5- version = 0.4.8
5+ version = 0.5.0
66author = Jean-Tiare Le Bigot
77author_email = jean-tiare.le-bigot@corp.ovh.com
88url = http://api.ovh.com
You can’t perform that action at this time.
0 commit comments