Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMassot committed Jan 1, 2023
1 parent f5ac2c9 commit 83c9308
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Doc/example_plugins/my_package_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "plastex_foo_package"
version = "1.0.0"
description = "A sample plasTeX plugin bringing a package."
requires-python = ">=3.7"
dependencies = ["plastex>=2.1"]
dependencies = ["plastex>=3.0"]

[tool.setuptools.package-data]
plastex_markdown_renderer = ["**/*.jinja2", "**/*.jinja2s"]
Expand Down
2 changes: 1 addition & 1 deletion Doc/example_plugins/my_renderer_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "plastex_markdown_renderer"
version = "1.0.0"
description = "A sample plasTeX plugin"
requires-python = ">=3.7"
dependencies = ["plastex>=2.1"]
dependencies = ["plastex>=3.0"]

[tool.setuptools.package-data]
plastex_markdown_renderer = ["**/*.jinja2", "**/*.jinja2s"]
Expand Down
2 changes: 1 addition & 1 deletion Doc/example_plugins/my_templates_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "plastex_div_quote"
version = "1.0.0"
description = "A sample plasTeX plugin bringing a template file."
requires-python = ">=3.7"
dependencies = ["plastex>=2.1"]
dependencies = ["plastex>=3.0"]

[tool.setuptools.package-data]
plastex_markdown_renderer = ["**/*.jinja2", "**/*.jinja2s"]
Expand Down
2 changes: 1 addition & 1 deletion Doc/plastex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}{\end{description}}


\title{plasTeX 2.1 --- A Python Framework for Processing LaTeX Documents}
\title{plasTeX 3.0 --- A Python Framework for Processing LaTeX Documents}
\author{Kevin D. Smith}
\authoraddress{\strong{SAS}\\Email: \email{Kevin.Smith@sas.com}}

Expand Down
2 changes: 1 addition & 1 deletion Doc/plugins.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ \section{Plugins}
version = "1.0.0"
description = "A nice plasTeX plugin."
requires-python = ">=3.7"
dependencies = ["plastex>=2.1"]
dependencies = ["plastex>=3.0"]

[tool.setuptools.package-data]
plastex_markdown_renderer = ["**/*.jinja2", "**/*.jinja2s"]
Expand Down

0 comments on commit 83c9308

Please sign in to comment.