Skip to content

Commit

Permalink
Prepare release 0.4.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus authored Oct 15, 2024
1 parent ef2d3a9 commit 275e52b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.4.2] - 2024-10-15

- Remove version constrain for Sphinx 8 in Nefertiti's dependencies.

## [0.4.1] - 2024-08-10

- Fix various UI/CSS issues in small form factors.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx-nefertiti",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "Nefertiti is a theme for the Sphinx Documentation Generator.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=7.4.7,<8
sphinx>=7.4.7,<9
myst-parser>=3.0.1,<3.1
sphinx-intl>=2.2.0,<2.3
sphinx-design>=0.6.0,<0.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx>=6,<8
sphinx>=6,<9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="sphinx-nefertiti",
version="0.4.1",
version="0.4.2",
packages=find_packages(),
include_package_data=True,
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_nefertiti/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_CURRENT_VERSION = (0, 4, 1, "f", 0) # following PEP 440
_CURRENT_VERSION = (0, 4, 2, "f", 0) # following PEP 440


def get_version():
Expand Down

0 comments on commit 275e52b

Please sign in to comment.