Skip to content

Commit

Permalink
Preparing for 1.3.0 release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 authored Jul 6, 2024
1 parent fc1277b commit a178641
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- N/A

## [1.3.0] - 2024-07-06

### Added

- Python 3.10 through 3.12 support
Expand All @@ -16,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dropped Python 3.6 and 3.7 support due to EOL
- Dropped Python 3.8 support for latest Sphinx compatibility

### Changed

- No longer depending on jQuery for delayed loading of embed.js ([#33](https://github.com/Robpol86/sphinx-disqus/pull/33))
- Now supporting Sphinx themes that don't use jQuery

## [1.2.0] - 2021-06-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sphinx-disqus"
version = "1.2.0"
version = "1.3.0"
description = "Embed Disqus comments in Sphinx documents/pages."
readme = "README.md"
authors = ["Robpol86 <robpol86@gmail.com>"]
Expand Down Expand Up @@ -46,7 +46,7 @@ sphinx-notfound-page = "*"
sphinx-rtd-theme = "*"
toml = "*"
# Linters.
black = "*" # not semver
black = "*"
flake8 = "*"
flake8-docstrings = "*"
flake8-import-order = "*"
Expand Down
2 changes: 1 addition & 1 deletion sphinx_disqus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "@Robpol86"
__license__ = "BSD-2-Clause"
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit a178641

Please sign in to comment.