Skip to content

Commit

Permalink
Merge pull request #227 from StackStorm/update-v130
Browse files Browse the repository at this point in the history
Update version to 1.3.0
  • Loading branch information
m4dcoder authored Jan 19, 2021
2 parents 0cacb39 + 0429285 commit dc77542
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changelog
=========

Developing
----------
1.3.0
-----

Added
~~~~~

* Implement the orquesta-rehearse command to run unit tests for workflow. (new feature, beta)
Contributed by AJ (guzzijones)

Changed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion orquesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.2.0"
__version__ = "1.3.0"
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ def get_requirements():
"orquesta.tests": [
"fake = orquesta.tests.unit.utils.test_plugin:FakePlugin",
],
"flake8.extension": [
"O101 = orquesta.tests.hacking.import_modules_rule:check_module_only",
"O102 = orquesta.tests.hacking.import_aliases_rule:check_alias_naming",
],
# TODO: Find alternative way to run these checks. Adding extensions here
# affect downstream applications.
# "flake8.extension": [
# "O101 = orquesta.tests.hacking.import_modules_rule:check_module_only",
# "O102 = orquesta.tests.hacking.import_aliases_rule:check_alias_naming",
# ],
},
scripts=[
"bin/orquesta-generate-schemas",
Expand Down

0 comments on commit dc77542

Please sign in to comment.