Skip to content

Commit

Permalink
chore: release 1.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored Apr 20, 2020
1 parent d4961fb commit 6a780ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

.. _changelog-1.0.0:

1.0.0 / (2020-04-20)
--------------------

- Mark package as 1.0, generally available.
- Update introduction with link to instructions on creating a Google Cloud
project. (:issue:`18`)

.. _changelog-0.3.0:

0.3.0 / (2020-02-04)
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import nox


latest_python = "3.7"
python_versions = ["2.7", "3.5", "3.6", "3.7"]
latest_python = "3.8"
python_versions = ["2.7", "3.5", "3.6", "3.7", "3.8"]


@nox.session(python=latest_python)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def readme():
author_email="pydata@googlegroups.com",
url="https://github.com/pydata/pydata-google-auth",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
Expand All @@ -40,6 +40,7 @@ def readme():
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering",
"License :: OSI Approved :: BSD License",
],
Expand Down

0 comments on commit 6a780ba

Please sign in to comment.