Skip to content

Commit 62b2975

Browse files
chore: release 1.0.0 (#254)
1 parent d23ae1d commit 62b2975

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Older versions of this project were distributed as [pybigquery][0].
1414
[2]: https://pypi.org/project/pybigquery/#history
1515

1616

17+
## [1.0.0](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.0.0-a1...v1.0.0) (2021-08-17)
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 1.0.0 ([#249](https://www.github.com/googleapis/python-bigquery-sqlalchemy/issues/249)) ([d23ae1d](https://www.github.com/googleapis/python-bigquery-sqlalchemy/commit/d23ae1d2a8ad3c466e08b03f167c8c49b39579d0))
23+
1724
## [1.0.0-a1](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.10.1...v1.0.0-a1) (2021-08-11)
1825

1926

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SQLAlchemy Dialect for BigQuery
22
===============================
33

4-
|beta| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
`SQLALchemy Dialects`_
77

88
- `Dialect Documentation`_
99
- `Product Documentation`_
1010

11-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
12-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
11+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1313
.. |pypi| image:: https://img.shields.io/pypi/v/sqlalchemy-bigquery.svg
1414
:target: https://pypi.org/project/sqlalchemy-bigquery/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/sqlalchemy-bigquery.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# 'Development Status :: 3 - Alpha'
3333
# 'Development Status :: 4 - Beta'
3434
# 'Development Status :: 5 - Production/Stable'
35-
release_status = "Development Status :: 4 - Beta"
35+
release_status = "Development Status :: 5 - Production/Stable"
3636

3737
package_root = os.path.abspath(os.path.dirname(__file__))
3838
with open(os.path.join(package_root, "sqlalchemy_bigquery", "version.py")) as f:

sqlalchemy_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1919

20-
__version__ = "1.0.0-a1"
20+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)