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

Commit

Permalink
chore: release 1.1.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 19, 2021
1 parent 7cf6628 commit 08afb8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://www.github.com/googleapis/python-notebooks/compare/v1.0.0...v1.1.0) (2021-10-19)


### Features

* add support for python 3.10 ([#102](https://www.github.com/googleapis/python-notebooks/issues/102)) ([40bd0e8](https://www.github.com/googleapis/python-notebooks/commit/40bd0e8ca07a1be91be1246e6f8b142b635365d2))


### Documentation

* fix typos and docstring formatting ([#106](https://www.github.com/googleapis/python-notebooks/issues/106)) ([c094f62](https://www.github.com/googleapis/python-notebooks/commit/c094f62ace6fbf6ffcb205465d262e0a1e68367a))

## [1.0.0](https://www.github.com/googleapis/python-notebooks/compare/v0.4.3...v1.0.0) (2021-10-08)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.1.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 08afb8d

Please sign in to comment.