Skip to content

Commit

Permalink
Set version to 0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Dec 18, 2012
1 parent e94e5ec commit e64566e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,6 +1,12 @@
Gitpress Changelog Gitpress Changelog
================== ==================


Version 0.3 (2012-12-16)
------------------------

- Switch to markdown2 for pure-Python portability


Version 0.2 (2012-12-08) Version 0.2 (2012-12-08)
------------------------ ------------------------


Expand Down
2 changes: 1 addition & 1 deletion gitpress/__init__.py
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details. :license: MIT, see LICENSE for more details.
""" """


__version__ = '0.2' __version__ = '0.3'




from . import command from . import command
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def read(fname):


setup( setup(
name='gitpress', name='gitpress',
version='0.2', version='0.3',
description='Blissful blogging for hackers.', description='Blissful blogging for hackers.',
long_description=__doc__, long_description=__doc__,
author='Joe Esposito', author='Joe Esposito',
Expand Down

0 comments on commit e64566e

Please sign in to comment.