Skip to content

Commit

Permalink
release: Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 23, 2024
1 parent 5f3e9dc commit e5ecdce
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version = "0.2.0"
current_version = "0.2.1"

[[files]]
path = "pyproject.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Release update

- Changelog is https://github.com/atsphinx/mini18n/blob/v0.2.0/CHANGES.rst
- Changelog is https://github.com/atsphinx/mini18n/blob/v0.2.1/CHANGES.rst
13 changes: 4 additions & 9 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
v0.2.0
v0.2.1
======

:Date: 2024-03-24 (JST)

Features
--------
Fixes
-----

* Support deployment on sub-directory of domain

Others
------

* Update PyPI metadata.
* Work rightly that type of ``outdir`` is eigher str and path-type.
14 changes: 14 additions & 0 deletions doc/changelogs/0.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.2.0
======

:Date: 2024-03-24 (JST)

Features
--------

* Support deployment on sub-directory of domain

Others
------

* Update PyPI metadata.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "atsphinx-mini18n"
version = "0.2.0"
version = "0.2.1"
description = "Sphinx builder for i18n site on single deployment"
authors = [{name = "Kazuya Takei", email = "[email protected]"}]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/atsphinx/mini18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sphinx.builders.dummy import DummyBuilder
from sphinx.config import Config

__version__ = "0.2.0"
__version__ = "0.2.1"

package_root = Path(__file__).parent.resolve()

Expand Down

0 comments on commit e5ecdce

Please sign in to comment.