11python-gitlab Changelog
22=======================
33
4- Version 0.19 _: - 2017-02-21
4+ Version 0.19 _ - 2017-02-21
55---------------------------
66
77* Update project.archive() docs
@@ -17,7 +17,7 @@ Version 0.19_: - 2017-02-21
1717* Handle settings.domain_whitelist, partly
1818* {Project,Group}Member: support expires_at attribute
1919
20- Version 0.18 _: - 2016-12-27
20+ Version 0.18 _ - 2016-12-27
2121---------------------------
2222
2323* Fix JIRA service editing for GitLab 8.14+
@@ -32,7 +32,7 @@ Version 0.18_: - 2016-12-27
3232* Update known attributes for projects
3333* sudo: always use strings
3434
35- Version 0.17 _: - 2016-12-02
35+ Version 0.17 _ - 2016-12-02
3636---------------------------
3737
3838* README: add badges for pypi and RTD
@@ -67,7 +67,7 @@ Version 0.17_: - 2016-12-02
6767* Rework requests arguments (support latest requests release)
6868* Fix `should_remove_source_branch `
6969
70- Version 0.16 _: - 2016-10-16
70+ Version 0.16 _ - 2016-10-16
7171---------------------------
7272
7373* Add the ability to fork to a specific namespace
@@ -84,14 +84,14 @@ Version 0.16_: - 2016-10-16
8484* Add ProjectBuild.erase()
8585* Implement ProjectBuild.play()
8686
87- Version 0.15.1 _: - 2016-10-16
87+ Version 0.15.1 _ - 2016-10-16
8888-----------------------------
8989
9090* docs: improve the pagination section
9191* Fix and test pagination
9292* 'path' is an existing gitlab attr, don't use it as method argument
9393
94- Version 0.15 _: - 2016-08-28
94+ Version 0.15 _ - 2016-08-28
9595---------------------------
9696
9797* Add a basic HTTP debug method
@@ -112,7 +112,7 @@ Version 0.15_: - 2016-08-28
112112* Add support for access requests
113113* Add support for project deployments
114114
115- Version 0.14 _: - 2016-08-07
115+ Version 0.14 _ - 2016-08-07
116116---------------------------
117117
118118* Remove 'next_url' from kwargs before passing it to the cls constructor.
@@ -164,7 +164,7 @@ Version 0.14_: - 2016-08-07
164164* MR (un)subscribe: don't fail if state doesn't change
165165* MR merge(): update the object
166166
167- Version 0.13 _: - 2016-05-16
167+ Version 0.13 _ - 2016-05-16
168168---------------------------
169169
170170* Add support for MergeRequest validation
@@ -191,7 +191,7 @@ Version 0.13_: - 2016-05-16
191191* Implement list/get licenses
192192* Manage optional parameters for list() and get()
193193
194- Version 0.12.2 _: - 2016-03-19
194+ Version 0.12.2 _ - 2016-03-19
195195-----------------------------
196196
197197* Add new `ProjectHook ` attributes
@@ -211,12 +211,12 @@ Version 0.12.2_: - 2016-03-19
211211* Fix the 'invalid syntax' error on Python 3.2
212212* Gitlab.update(): use the proper attributes if defined
213213
214- Version 0.12.1 _: - 2016-02-03
214+ Version 0.12.1 _ - 2016-02-03
215215-----------------------------
216216
217217* Fix a broken upload to pypi
218218
219- Version 0.12 _: - 2016-02-03
219+ Version 0.12 _ - 2016-02-03
220220---------------------------
221221
222222* Improve documentation
@@ -240,15 +240,15 @@ Version 0.12_: - 2016-02-03
240240* Fix Project.tree()
241241* Add support for project builds
242242
243- Version 0.11.1 _: - 2016-01-17
243+ Version 0.11.1 _ - 2016-01-17
244244-----------------------------
245245
246246* Fix discovery of parents object attrs for managers
247247* Support setting commit status
248248* Support deletion without getting the object first
249249* Improve the documentation
250250
251- Version 0.11 _: - 2016-01-09
251+ Version 0.11 _ - 2016-01-09
252252---------------------------
253253
254254* functional_tests.sh: support python 2 and 3
@@ -265,7 +265,7 @@ Version 0.11_: - 2016-01-09
265265* Deprecate the "old" Gitlab methods
266266* Add support for groups search
267267
268- Version 0.10 _: - 2015-12-29
268+ Version 0.10 _ - 2015-12-29
269269---------------------------
270270
271271* Implement pagination for list() (#63)
@@ -279,17 +279,17 @@ Version 0.10_: - 2015-12-29
279279* Python 3 compatibility fixes
280280* Add support for group members update (#73)
281281
282- Version 0.9.2 _: - 2015-07-11
282+ Version 0.9.2 _ - 2015-07-11
283283----------------------------
284284
285285* CLI: fix the update and delete subcommands (#62)
286286
287- Version 0.9.1 _: - 2015-05-15
287+ Version 0.9.1 _ - 2015-05-15
288288----------------------------
289289
290290* Fix the setup.py script
291291
292- Version 0.9 _: - 2015-05-15
292+ Version 0.9 _ - 2015-05-15
293293--------------------------
294294
295295* Implement argparse libray for parsing argument on CLI
@@ -307,7 +307,7 @@ Version 0.9_: - 2015-05-15
307307 set_token
308308* Sphinx: don't hardcode the version in conf.py
309309
310- Version 0.8 _: - 2014-10-26
310+ Version 0.8 _ - 2014-10-26
311311--------------------------
312312
313313* Better python 2.6 and python 3 support
@@ -318,7 +318,7 @@ Version 0.8_: - 2014-10-26
318318* Moved url attributes to separate list
319319* Added list for delete attributes
320320
321- Version 0.7 _: - 2014-08-21
321+ Version 0.7 _ - 2014-08-21
322322--------------------------
323323
324324* Fix license classifier in setup.py
@@ -330,15 +330,15 @@ Version 0.7_: - 2014-08-21
330330* Support namespace/name for project id (#28)
331331* Fix handling of boolean values (#22)
332332
333- Version 0.6 _: - 2014-01-16
333+ Version 0.6 _ - 2014-01-16
334334--------------------------
335335
336336* IDs can be unicode (#15)
337337* ProjectMember: constructor should not create a User object
338338* Add support for extra parameters when listing all projects (#12)
339339* Projects listing: explicitly define arguments for pagination
340340
341- Version 0.5 _: - 2013-12-26
341+ Version 0.5 _ - 2013-12-26
342342--------------------------
343343
344344* Add SSH key for user
@@ -352,7 +352,7 @@ Version 0.5_: - 2013-12-26
352352* Define new optional attributes for user creation
353353* Provide constants for access permissions in groups
354354
355- Version 0.4 _: - 2013-09-26
355+ Version 0.4 _ - 2013-09-26
356356--------------------------
357357
358358* Fix strings encoding (Closes #6)
@@ -361,7 +361,7 @@ Version 0.4_: - 2013-09-26
361361* Gitlab 6.1 methods: diff, blob (commit), tree, blob (project)
362362* Add support for Gitlab 6.1 group members
363363
364- Version 0.3 _: - 2013-08-27
364+ Version 0.3 _ - 2013-08-27
365365--------------------------
366366
367367* Use PRIVATE-TOKEN header for passing the auth token
@@ -370,7 +370,7 @@ Version 0.3_: - 2013-08-27
370370* Add ssl_verify option to Gitlab object. Defauls to True
371371* Correct url for merge requests API.
372372
373- Version 0.2 _: - 2013-08-08
373+ Version 0.2 _ - 2013-08-08
374374--------------------------
375375
376376* provide a pip requirements.txt
0 commit comments