Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(v2): release 2.0.1 (#331)
Browse files Browse the repository at this point in the history
* chore(v2): release 2.0.1

* chore: use newer black

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <busunkim@google.com>
  • Loading branch information
release-please[bot] and busunkim96 authored Apr 4, 2022
1 parent 3fb76a4 commit edee7d8
Show file tree
Hide file tree
Showing 46 changed files with 4,777 additions and 1,397 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-datacatalog/#history

### [2.0.1](https://github.com/googleapis/python-datacatalog/compare/v2.0.0...v2.0.1) (2022-04-01)


### Bug Fixes

* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v2 release ([#316](https://github.com/googleapis/python-datacatalog/issues/316)) ([3fb76a4](https://github.com/googleapis/python-datacatalog/commit/3fb76a473ee5496bd1fe4a56afef6dc651e66e2f))

## [2.0.0](https://www.github.com/googleapis/python-datacatalog/compare/v1.0.0...v2.0.0) (2020-08-20)


Expand Down
17 changes: 10 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
master_doc = "index"

# General information about the project.
project = u"google-cloud-datacatalog"
copyright = u"2019, Google"
author = u"Google APIs"
project = "google-cloud-datacatalog"
copyright = "2019, Google"
author = "Google APIs"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -267,7 +267,7 @@
(
master_doc,
"google-cloud-datacatalog.tex",
u"google-cloud-datacatalog Documentation",
"google-cloud-datacatalog Documentation",
author,
"manual",
)
Expand Down Expand Up @@ -302,7 +302,7 @@
(
master_doc,
"google-cloud-datacatalog",
u"google-cloud-datacatalog Documentation",
"google-cloud-datacatalog Documentation",
[author],
1,
)
Expand All @@ -321,7 +321,7 @@
(
master_doc,
"google-cloud-datacatalog",
u"google-cloud-datacatalog Documentation",
"google-cloud-datacatalog Documentation",
author,
"google-cloud-datacatalog",
"google-cloud-datacatalog Library",
Expand All @@ -346,7 +346,10 @@
intersphinx_mapping = {
"python": ("http://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
"google.api_core": (
"https://googleapis.dev/python/google-api-core/latest/",
None,
),
"grpc": ("https://grpc.io/grpc/python/", None),
}

Expand Down
Loading

0 comments on commit edee7d8

Please sign in to comment.