Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grampajoe committed Feb 16, 2015
1 parent a883400 commit 31131ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

1.1.0 (2015-02-16)
==================

- Add an ``--auth-token`` option.

1.0.0 (2015-02-15)
==================

Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
from setuptools import setup, find_packages


with open('README.rst') as f:
readme = f.read()


setup(
name="happy",
version="1.0.0",
version="1.1.0",
author="Joe Friedl",
author_email="joe@joefriedl.net",
url="https://github.com/grampajoe/happy",
description="Quickly set up and tear down Heroku apps!",
long_description=readme,
install_requires=[
'click',
'requests'
Expand Down

0 comments on commit 31131ba

Please sign in to comment.