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

chore: release 1.1.0 #103

Merged
merged 1 commit into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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