Skip to content
Snippets Groups Projects
Commit cdb512e0 authored by Holger's avatar Holger
Browse files

Prepare next version and fix appveyor ci

parent 0f83199d
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -52,7 +52,7 @@ install:
- cmd: conda install --yes conda-build setuptools pip parameterized cryptography
- cmd: conda install --yes pycryptodomex ruamel.yaml pytest pytest-mock coverage mock appdirs pylibscrypt pywin32
- cmd: pip install scrypt -U
- cmd: conda install --yes ecdsa requests websocket-client pytz six Click prettytable pyinstaller click-shell diff_match_patch asn1crypto
- cmd: conda install --yes ecdsa requests websocket-client pytz six Click prettytable pyinstaller click-shell diff-match-patch asn1crypto
build_script:
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.15'
version = '0.24.16'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.15'
version = '0.24.16'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.15'
version = '0.24.16'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.15'
version = '0.24.16'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.24.15'
VERSION = '0.24.16'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment