Skip to content

Commit

Permalink
Release 1.0.0rc1 (#101)
Browse files Browse the repository at this point in the history
* Bump version to 1.0.0rc1

* Remove obsolete dependency
  • Loading branch information
uwefladrich authored Jan 23, 2024
1 parent 9730cb9 commit f2cd64a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release
============
ScriptEngine 1.0.0rc1
=====================

IMPORTANT NOTES:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "scriptengine"
version = "0.14.4"
version = "1.0.0rc1"
authors = [{ name = "Uwe Fladrich", email = "[email protected]" }]
description = "A lightweight and extensible framework for executing scripts written in YAML"
readme = "README.md"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
# pyproject.toml. Hence, we have to keep this redundancy until
# ScriptEngine drops support for Python 3.6
name="scriptengine",
version="0.14.4",
version="1.0.0rc1",
install_requires=[
"importlib_metadata; python_version<'3.8'",
"python-dateutil",
"deepmerge",
"PyYAML",
Expand Down

0 comments on commit f2cd64a

Please sign in to comment.