Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Jun 18, 2017
1 parent 54ada27 commit 6547cd0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 2.1.1 - Jun 18 2017
- Fix pydoc link

* 2.1.0 - Jun 18 2017
- Update some typos in docs
- pydoc
Expand Down
4 changes: 2 additions & 2 deletions PopLines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# these - Remove specific lines, 1-origin. numLines is an array of 1-origin line numbers to remove.
POP_TYPES = ('head', 'tail', 'random', 'range', 'these')

__version__ = '2.1.0'
__version_tuple__ = (2, 1, 0)
__version__ = '2.1.1'
__version_tuple__ = (2, 1, 1)

__all__ = ('POP_TYPES', 'popLines', 'popHead', 'popTail', 'popRandom', 'popRange', 'popThese')

Expand Down
4 changes: 2 additions & 2 deletions doc/PopLines.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="heading" >
<tr bgcolor="#7799ee" >
<td valign="bottom" >&nbsp;<br />
<font color="#ffffff" face="helvetica, arial" >&nbsp;<br /><big ><big ><strong >PopLines</strong></big></big> (version 2.1.0)</font></td><td align="right" valign="bottom" ><font color="#ffffff" face="helvetica, arial" ><a href="PopLines.html" >index</a></font></td></tr></table>
<font color="#ffffff" face="helvetica, arial" >&nbsp;<br /><big ><big ><strong >PopLines</strong></big></big> (version 2.1.1)</font></td><td align="right" valign="bottom" ><font color="#ffffff" face="helvetica, arial" ><a href="PopLines.html" >index</a></font></td></tr></table>
<p ><tt >#&nbsp;&nbsp;&nbsp;&nbsp;Copyright&nbsp;(c)&nbsp;2016,&nbsp;2017&nbsp;Timothy&nbsp;Savannah&nbsp;All&nbsp;Rights&nbsp;Reserved<br />
#&nbsp;&nbsp;under&nbsp;terms&nbsp;of&nbsp;the&nbsp;GPL&nbsp;version&nbsp;2.&nbsp;You&nbsp;should&nbsp;have&nbsp;recieved&nbsp;a&nbsp;copy&nbsp;of&nbsp;this&nbsp;with&nbsp;distribution,<br />
#&nbsp;&nbsp;as&nbsp;LICENSE.&nbsp;You&nbsp;may&nbsp;also&nbsp;find&nbsp;the&nbsp;full&nbsp;text&nbsp;at&nbsp;https://github.com/kata198/popLines/LICENSE<br />
Expand Down Expand Up @@ -93,5 +93,5 @@
<tr ><td bgcolor="#55aa55" ><tt >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td >&nbsp;</td>
<td width="100%" ><strong >POP_TYPES</strong> = ('head', 'tail', 'random', 'range', 'these')<br />
<strong >__all__</strong> = ('POP_TYPES', 'popLines', 'popHead', 'popTail', 'popRandom', 'popRange', 'popThese')<br />
<strong >__version_tuple__</strong> = (2, 1, 0)</td></tr></table>
<strong >__version_tuple__</strong> = (2, 1, 1)</td></tr></table>
</p></p></p></body></html>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
long_description = summary

setup(name='popLines',
version='2.1.0',
version='2.1.1',
scripts=['popHead', 'popTail', 'popRandom', 'popRange', 'popThese'],
modules=['PopLines'],
packages=['PopLines'],
Expand Down

0 comments on commit 6547cd0

Please sign in to comment.