Skip to content

Commit

Permalink
Release Pynguin 0.30.0
Browse files Browse the repository at this point in the history
- Re-license Pynguin to MIT License
  • Loading branch information
stephanlukasczyk committed Jan 13, 2023
1 parent d84e8da commit 98e8649
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 35 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ for the source-code artifacts of each version.

## Unreleased

## Pynguin 0.30.0

- Re-license Pynguin to MIT License

## Pynguin 0.29.0
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FROM python:3.10.9-slim-bullseye AS execute

# Set environment variables
# Set the Pynguin version
ENV PYNGUIN_VERSION "0.30.0.dev0"
ENV PYNGUIN_VERSION "0.30.0"
# Pynguin requires to set the variable to show it that the user is aware that running
# Pynguin executes third-party code, which could cause arbitrary harm to the system.
# By setting the variable, the user acknowledges that they are aware of this. In the
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alabaster==0.7.12 ; python_version >= "3.10" and python_version < "3.11"
alabaster==0.7.13 ; python_version >= "3.10" and python_version < "3.11"
asciitree==0.3.3 ; python_version >= "3.10" and python_version < "3.11"
astmonkey==0.3.6 ; python_version >= "3.10" and python_version < "3.11"
astroid==2.13.2 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -7,7 +7,7 @@ babel==2.11.0 ; python_version >= "3.10" and python_version < "3.11"
black==22.12.0 ; python_version >= "3.10" and python_version < "3.11"
bytecode==0.13.0 ; python_version >= "3.10" and python_version < "3.11"
certifi==2022.12.7 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==2.1.1 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==3.0.1 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.3 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and sys_platform == "win32" or python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows"
commonmark==0.9.1 ; python_version >= "3.10" and python_version < "3.11"
Expand Down Expand Up @@ -35,12 +35,12 @@ pyparsing==3.0.9 ; python_version >= "3.10" and python_version < "3.11"
pytest==7.2.0 ; python_version >= "3.10" and python_version < "3.11"
pytz==2022.7 ; python_version >= "3.10" and python_version < "3.11"
pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11"
requests==2.28.1 ; python_version >= "3.10" and python_version < "3.11"
requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
rich==13.0.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==65.6.3 ; python_version >= "3.10" and python_version < "3.11"
setuptools==65.7.0 ; python_version >= "3.10" and python_version < "3.11"
simple-parsing==0.0.21.post1 ; python_version >= "3.10" and python_version < "3.11"
snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-autodoc-typehints==1.20.1 ; python_version >= "3.10" and python_version < "3.11"
sphinx-autodoc-typehints==1.20.2 ; python_version >= "3.10" and python_version < "3.11"
sphinx-hoverxref==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-selective-exclude==1.0.3 ; python_version >= "3.10" and python_version < "3.11"
sphinx==6.1.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down

0 comments on commit 98e8649

Please sign in to comment.