<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-pointer.git, branch v2.0</title>
<subtitle>github.com: stefankoegl/python-json-pointer.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/'/>
<entry>
<title>Bump version to 2.0</title>
<updated>2018-01-16T15:18:26+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-01-16T15:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=8d8629a82fbebf5104f6e8fc37f4eb7ed5ce9021'/>
<id>8d8629a82fbebf5104f6e8fc37f4eb7ed5ce9021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #26 from stefankoegl/cmd-ptr-arg</title>
<updated>2018-01-16T15:17:16+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-01-16T15:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=ae997af449ee1bb9e78c62f061a918a363d44f6c'/>
<id>ae997af449ee1bb9e78c62f061a918a363d44f6c</id>
<content type='text'>
Accept pointer as argument in commandline utility</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accept pointer as argument in commandline utility</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #28 from hugovk/rm-eol</title>
<updated>2018-01-16T12:01:07+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-01-16T12:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=ebb99789d72f6c7f98f20d20623029ae66db7da8'/>
<id>ebb99789d72f6c7f98f20d20623029ae66db7da8</id>
<content type='text'>
Drop support for EOL Python 2.6 and 3.3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop support for EOL Python 2.6 and 3.3</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #27 from hugovk/patch-1</title>
<updated>2018-01-16T11:28:25+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-01-16T11:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=1345d715c40fc9c4c979bbef576b1eda4aff387e'/>
<id>1345d715c40fc9c4c979bbef576b1eda4aff387e</id>
<content type='text'>
Fix badges</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix badges</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 2.6 and 3.3</title>
<updated>2018-01-15T14:57:26+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-15T14:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=df3395ab1db3957e71c5a9701f0d3bb622faf16f'/>
<id>df3395ab1db3957e71c5a9701f0d3bb622faf16f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix badges</title>
<updated>2018-01-15T14:46:27+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-15T14:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=76bf9a029fe8c64541a661909e617a7abf31998b'/>
<id>76bf9a029fe8c64541a661909e617a7abf31998b</id>
<content type='text'>
* pypip.in is down: https://github.com/badges/pypipins/issues/39
* PyPI download badges no longer available: https://github.com/badges/shields/issues/716
* Fix some typos</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pypip.in is down: https://github.com/badges/pypipins/issues/39
* PyPI download badges no longer available: https://github.com/badges/shields/issues/716
* Fix some typos</pre>
</div>
</content>
</entry>
<entry>
<title>Accept pointer as argument in commandline utility</title>
<updated>2017-12-31T11:00:35+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-12-31T11:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=0fb516fa310db0eb4900a7b529c64bde290390bb'/>
<id>0fb516fa310db0eb4900a7b529c64bde290390bb</id>
<content type='text'>
Fixes #25
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #25
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.14</title>
<updated>2017-10-30T19:45:38+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-10-30T19:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=bae64f61ec5f1057342faf19b89d5bd571b038da'/>
<id>bae64f61ec5f1057342faf19b89d5bd571b038da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform input validation in JsonPoiner</title>
<updated>2017-10-29T21:44:25+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-10-28T10:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=0d30f12f3f64dbe58bd816597856fb34d9e31fcd'/>
<id>0d30f12f3f64dbe58bd816597856fb34d9e31fcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install pandoc for deployment</title>
<updated>2017-10-26T11:45:08+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-10-26T11:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=ba2af26490f16d1e4f7bf57791af2ade8e90fcb7'/>
<id>ba2af26490f16d1e4f7bf57791af2ade8e90fcb7</id>
<content type='text'>
https://docs.travis-ci.com/user/installing-dependencies/#Installing-Packages-on-Container-Based-Infrastructure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://docs.travis-ci.com/user/installing-dependencies/#Installing-Packages-on-Container-Based-Infrastructure
</pre>
</div>
</content>
</entry>
</feed>
