Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jun 17, 2011
1 parent e617b08 commit 971f3b4
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 @@ -9,7 +9,7 @@
from pelican.writers import Writer
from pelican import log

VERSION = "2.7.1"
VERSION = "2.7.2"


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

VERSION = "2.7.1" # find a better way to do so.
VERSION = "2.7.2" # find a better way to do so.

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

0 comments on commit 971f3b4

Please sign in to comment.