Skip to content

Commit 709953d

Browse files
author
Jon Wayne Parrott
authored
Release v1.0.0 (#156)
1 parent 5a44826 commit 709953d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v1.0.0
5+
------
6+
7+
Milestone release for v1.0.0.
8+
No significant changes since v0.10.0
9+
410
v0.10.0
511
-------
612

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Maintainers
3232

3333
- `@jonparrott <https://github.com/jonparrott>`_ (Jon Wayne Parrott)
3434
- `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
35-
- `@bjwatson <https://github.com/bjwatson>`_ (Brian Watson)
35+
- `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)
3636

3737
Contributing
3838
------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='google-auth',
35-
version='0.10.0',
35+
version='1.0.0',
3636
author='Google Cloud Platform',
3737
author_email='[email protected]',
3838
description='Google Authentication Library',
@@ -50,7 +50,7 @@
5050
'Programming Language :: Python :: 3.4',
5151
'Programming Language :: Python :: 3.5',
5252
'Programming Language :: Python :: 3.6',
53-
'Development Status :: 4 - Beta',
53+
'Development Status :: 5 - Production/Stable',
5454
'Intended Audience :: Developers',
5555
'License :: OSI Approved :: Apache Software License',
5656
'Operating System :: POSIX',

0 commit comments

Comments
 (0)