We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f024f63 commit d701fe4Copy full SHA for d701fe4
scalr/version.py
@@ -1 +1 @@
1
-__version__ = "0.11.0"
+__version__ = "0.12.0"
tests/test_main.py
@@ -1,11 +1,6 @@
import pytest
2
from scalr.cloud.factory import CloudAdapterFactory
3
from scalr.policy.factory import PolicyAdapterFactory
4
-from scalr.version import __version__
5
-
6
7
-def test_version():
8
- assert __version__ == "0.11.0"
9
10
11
def test_not_implementend_cloud():
0 commit comments