<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/setup.py, branch 0.7.2</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Bumping version to 0.7.2</title>
<updated>2017-05-22T19:41:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T19:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e18ee6891452b572e22dac3c1267008f264cfc63'/>
<id>e18ee6891452b572e22dac3c1267008f264cfc63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a hard-coded path separator</title>
<updated>2017-05-18T14:48:01+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T14:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3'/>
<id>ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3</id>
<content type='text'>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly fix a bunch of spelling mistakes.</title>
<updated>2017-03-14T01:40:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-03-14T01:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8c1e01886853471d8dadd473f491f310937b01d0'/>
<id>8c1e01886853471d8dadd473f491f310937b01d0</id>
<content type='text'>
A few other miscellaneous minor tweaks for whitespace and such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few other miscellaneous minor tweaks for whitespace and such.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to make our project as welcoming as possible for new contributors.</title>
<updated>2017-02-26T22:19:15+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-26T22:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=552c02561e8e79b9b2e658453f269fba68fab9a5'/>
<id>552c02561e8e79b9b2e658453f269fba68fab9a5</id>
<content type='text'>
Changes include:
1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular
2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment
3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes include:
1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular
2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment
3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.7.1a</title>
<updated>2017-02-23T19:03:28+00:00</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2017-02-23T18:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b9ac44f889c42631808a4149a81f2e271990b75b'/>
<id>b9ac44f889c42631808a4149a81f2e271990b75b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a Python 2 vs Python 3 bug in setup.py</title>
<updated>2017-02-19T01:00:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-19T01:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=7fe7cf1528d70d270cac3cc1347e21bf8d67e447'/>
<id>7fe7cf1528d70d270cac3cc1347e21bf8d67e447</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add six module to requirements for building docs</title>
<updated>2017-02-12T18:17:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-12T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=67c9cf765c794067e3a48f474665161799c3c57b'/>
<id>67c9cf765c794067e3a48f474665161799c3c57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding requirements.txt to doc section to try to fix autodoc on readthedocs</title>
<updated>2017-02-12T18:13:31+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-12T18:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ccafc310b88a1c13c9431f764f5fbc04217c41db'/>
<id>ccafc310b88a1c13c9431f764f5fbc04217c41db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs now use the sphinx_rtd_theme.</title>
<updated>2017-02-11T21:29:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-11T21:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1b64768ca042a4fbf85bafaa9cf4037e9e60fec0'/>
<id>1b64768ca042a4fbf85bafaa9cf4037e9e60fec0</id>
<content type='text'>
The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed how the six.moves.input function is imported and used.</title>
<updated>2017-02-05T16:55:39+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-05T16:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ce71e89c1d01e03df7abba3396d9445657ad04d9'/>
<id>ce71e89c1d01e03df7abba3396d9445657ad04d9</id>
<content type='text'>
Also added a unit test for the cmd2.Cmd.select() method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added a unit test for the cmd2.Cmd.select() method.
</pre>
</div>
</content>
</entry>
</feed>
