Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald committed Nov 9, 2014
1 parent b745918 commit 9ffcc48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,3 +1,4 @@
v1.3.0, 2014-11-09 -- Add support for Python 3.
v1.2.2, 2014-11-01 -- Minor changes to the way Post.short returns the summary /
body.
v1.2.1, 2014-11-01 -- Add description to setup.py to keep it from showing as
Expand Down
2 changes: 1 addition & 1 deletion hermes/__init__.py
@@ -1 +1 @@
__version__ = '1.2.2'
__version__ = '1.3.0'
10 changes: 5 additions & 5 deletions setup.py
@@ -1,13 +1,13 @@
from setuptools import setup, find_packages

setup(
name='django-hermes',
version='1.2.2',
author='Chris Pickett',
author_email='chris.pickett@gmail.com',
packages=find_packages(),
url='https://github.com/bunchesofdonald/django-hermes',
description='A light-weight blogging app for Django.',
license='MIT',
long_description=open('README.rst').read(),
description='A light-weight blogging app for Django.',
name='django-hermes',
packages=find_packages(),
url='https://github.com/bunchesofdonald/django-hermes',
version='1.3.0',
)

0 comments on commit 9ffcc48

Please sign in to comment.