Skip to content
Snippets Groups Projects
Commit 9f643475 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Prepare next release

parent 906431e0
No related branches found
No related tags found
No related merge requests found
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.22' version = '0.19.23'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.22' version = '0.19.23'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.22' version = '0.19.23'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.22' version = '0.19.23'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.22' version = '0.19.23'
...@@ -16,7 +16,7 @@ except LookupError: ...@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii') ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.19.22' VERSION = '0.19.23'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized'] tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......
...@@ -136,6 +136,7 @@ commands= ...@@ -136,6 +136,7 @@ commands=
deps = deps =
coverage coverage
codecov codecov
passenv = CI TRAVIS TRAVIS_*
commands = commands =
codecov codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment