Skip to content

Commit

Permalink
add back importlib-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Dec 18, 2023
1 parent a2cb014 commit 74cac23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/upgrade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.6.3 - 18 Dec 2023
## 1.6.4 - 18 Dec 2023

### Added
### Fixed

- [#962](https://github.com/scylladb/sphinx-scylladb-theme/pull/962): `pkg_resources` is deprecated in favor of `importlib.metadata`.

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-scylladb-theme"
version = "1.6.3"
version = "1.6.4"
description = "A Sphinx Theme for ScyllaDB documentation projects"
authors = ["David García <[email protected]>"]
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]
Expand All @@ -25,6 +25,7 @@ setuptools = "^69.0.2"
sphinx-multiversion-scylla = "^0.3.1"
sphinx-sitemap = "^2.5.1"
redirects_cli ="^0.1.3"
importlib-metadata = "^6.8.0"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 74cac23

Please sign in to comment.