Release v1.0.0 (#156)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 43e282e..683896d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========
+v1.0.0
+------
+
+Milestone release for v1.0.0.
+No significant changes since v0.10.0
+
v0.10.0
-------
diff --git a/README.rst b/README.rst
index 5a6b188..4be0c5d 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@
- `@jonparrott <https://github.com/jonparrott>`_ (Jon Wayne Parrott)
- `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
-- `@bjwatson <https://github.com/bjwatson>`_ (Brian Watson)
+- `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)
Contributing
------------
diff --git a/setup.py b/setup.py
index 9ec7bfe..c532378 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
setup(
name='google-auth',
- version='0.10.0',
+ version='1.0.0',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',
@@ -50,7 +50,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX',