Skip to content

Commit 6a780ba

Browse files
authored
chore: release 1.0 (#33)
1 parent d4961fb commit 6a780ba

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs/source/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
.. _changelog-1.0.0:
5+
6+
1.0.0 / (2020-04-20)
7+
--------------------
8+
9+
- Mark package as 1.0, generally available.
10+
- Update introduction with link to instructions on creating a Google Cloud
11+
project. (:issue:`18`)
12+
413
.. _changelog-0.3.0:
514

615
0.3.0 / (2020-02-04)

noxfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
import nox
1111

1212

13-
latest_python = "3.7"
14-
python_versions = ["2.7", "3.5", "3.6", "3.7"]
13+
latest_python = "3.8"
14+
python_versions = ["2.7", "3.5", "3.6", "3.7", "3.8"]
1515

1616

1717
@nox.session(python=latest_python)

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def readme():
2929
author_email="[email protected]",
3030
url="https://github.com/pydata/pydata-google-auth",
3131
classifiers=[
32-
"Development Status :: 4 - Beta",
32+
"Development Status :: 5 - Production/Stable",
3333
"Environment :: Console",
3434
"Intended Audience :: Science/Research",
3535
"Operating System :: OS Independent",
@@ -40,6 +40,7 @@ def readme():
4040
"Programming Language :: Python :: 3.5",
4141
"Programming Language :: Python :: 3.6",
4242
"Programming Language :: Python :: 3.7",
43+
"Programming Language :: Python :: 3.8",
4344
"Topic :: Scientific/Engineering",
4445
"License :: OSI Approved :: BSD License",
4546
],

0 commit comments

Comments
 (0)