Skip to content

Commit

Permalink
Released version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LA-Toth committed Oct 7, 2022
1 parent a37283c commit 7b9be16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
3.0.1
- fix for Python 3.10
- threading: ensure that job_completed() is called even if exception is thrown

3.0.0
- git:
* add is_existing_remote()
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.0.1
9 changes: 5 additions & 4 deletions setup.py
Expand Up @@ -18,8 +18,9 @@
setup(
name="dewi_utils",
description="A toolchain and framework for everyday tasks",
license="LGPLv3",
version="3.0.0",
license="Apache License, Version 2.0",
license_files=('COPYING',),
version="3.0.1",
author="Laszlo Attila Toth",
author_email="python-dewi@laszloattilatoth.me",
maintainer="Laszlo Attila Toth",
Expand All @@ -30,7 +31,7 @@
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Operating System :: POSIX',
'Operating System :: POSIX :: Linux',
Expand All @@ -51,7 +52,7 @@
python_requires='>=3.8',
packages=find_packages(exclude=['pylintcheckers', '*test*']),
install_requires=[
'dewi_core >=5.0.0, <6',
'dewi_core >=5.0.2, <6',
'Jinja2',
]
)

0 comments on commit 7b9be16

Please sign in to comment.