Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

Commit

Permalink
Merge tag '2.6.3' into develop
Browse files Browse the repository at this point in the history
2.6.3
  • Loading branch information
timothycrosley committed Dec 25, 2014
2 parents 87786ff + b0520f6 commit 8d1b9d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
OTHER DEALINGS IN THE SOFTWARE.
"""
__version__ = "2.6.2"
__version__ = "2.6.3"
4 changes: 2 additions & 2 deletions pies2overrides/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
install_requires += ['ordereddict', 'argparse']

setup(name='pies2overrides',
version='2.6.2',
version='2.6.3',
description='Defines override classes that should be included with pies only if running on Python2.',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/pies',
download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.6.2.tar.gz?raw=true',
download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.6.3.tar.gz?raw=true',
license="MIT",
install_requires=install_requires,
requires=install_requires,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
readme = ''

setup(name='pies',
version='2.6.2',
version='2.6.3',
description='The simplest way to write one program that runs on both Python 2 and Python 3.',
long_description=readme,
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/pies',
download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-2.6.2.tar.gz?raw=true',
download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-2.6.3.tar.gz?raw=true',
license="MIT",
install_requires=install_requires,
requires=install_requires,
Expand Down

0 comments on commit 8d1b9d8

Please sign in to comment.