<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/__init__.py, branch 0.9</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>get ready for a 0.9 release</title>
<updated>2015-05-15T13:31:36+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-15T13:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=dce3193e03baa746228a91bdfdeaecd7aa8d5e10'/>
<id>dce3193e03baa746228a91bdfdeaecd7aa8d5e10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright date</title>
<updated>2015-05-14T19:06:30+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-14T19:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=aae8e2d429f71a4e7bb976e8be2cf92fc3225737'/>
<id>aae8e2d429f71a4e7bb976e8be2cf92fc3225737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename a few more private methods</title>
<updated>2015-05-13T17:00:36+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-13T17:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=bed3adf688cf2061bb684d285c92a27eec6124af'/>
<id>bed3adf688cf2061bb684d285c92a27eec6124af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Projects can be updated</title>
<updated>2015-05-13T15:29:12+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-13T15:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7bdb1be12e5038085c2cfb416a50d8015bf3db58'/>
<id>7bdb1be12e5038085c2cfb416a50d8015bf3db58</id>
<content type='text'>
Also fix the projects special listing (all, owned, ...)

Closes #54
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix the projects special listing (all, owned, ...)

Closes #54
</pre>
</div>
</content>
</entry>
<entry>
<title>use more pythonic names for some methods</title>
<updated>2015-05-12T10:50:56+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-12T10:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c2d1f8e4e9fe5d94076da8bc836a99b89f6fe9af'/>
<id>c2d1f8e4e9fe5d94076da8bc836a99b89f6fe9af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make the tests pass</title>
<updated>2015-05-12T10:36:49+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-12T10:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=0032d468b5dc93b5bf9e639f382b4c869c5ef14c'/>
<id>0032d468b5dc93b5bf9e639f382b4c869c5ef14c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate some Gitlab object methods</title>
<updated>2015-05-11T18:25:28+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-11T18:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b7d04b3d3a4a27693b066bd7ed6bd57884d51618'/>
<id>b7d04b3d3a4a27693b066bd7ed6bd57884d51618</id>
<content type='text'>
raw* methods should never have been exposed; replace them with _raw_*
methods

setCredentials and setToken are replaced with set_credentials and
set_token
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
raw* methods should never have been exposed; replace them with _raw_*
methods

setCredentials and setToken are replaced with set_credentials and
set_token
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab is now a package</title>
<updated>2015-05-11T17:56:21+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-05-11T17:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=d2e5700c68f33b0872616fedc6a3320c84c81de6'/>
<id>d2e5700c68f33b0872616fedc6a3320c84c81de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
