Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Mar 8, 2011
1 parent ec06e6e commit 8d6de4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pelican/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pelican.utils import clean_output_dir, files_changed
from pelican.writers import Writer

VERSION = "2.5.3"
VERSION = "2.6.0"


class Pelican(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import sys

VERSION = "2.5.3" # find a better way to do so.
VERSION = "2.6.0" # find a better way to do so.

requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'Markdown']
if sys.version_info < (2,7):
Expand Down

0 comments on commit 8d6de4e

Please sign in to comment.