Skip to content

Commit

Permalink
Release 1.1.0 (#149)
Browse files Browse the repository at this point in the history
* Adapt version, changelog

* Fix link in changelog
  • Loading branch information
schuderer authored Dec 13, 2021
1 parent f2dc17f commit 9de65d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
.. |Removed| replace:: :raw-html:`<span style="font-family: Sans-Serif; font-size: 0.6em; color: white; font-weight: bold; padding: 0.05em; border-radius: 0.2em; display: inline-block; background-color: black">&nbsp;REMOVED&nbsp;</span>`

.. Placeholder for empty Unreleased section:
* No contributions yet. :doc:`Be the first to add one! <contributing>`_ :)
* No contributions yet. :doc:`Be the first to add one! <contributing>` :)
Unreleased
------------------------------------------------------------------------------

* No contributions yet. :doc:`Be the first to add one! <contributing>` :)

1.0.0 (2021-12-13)
------------------------------------------------------------------------------

* |Feature| Add training metadata reporting and querying,
Expand Down
2 changes: 1 addition & 1 deletion mllaunchpad/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _create_request_parser(resource_obj):

# https://help.mulesoft.com/s/article/Repeat-query-parameters-using-RAML-1-0
try:
param_type, arr = p.type.split("[]")
param_type, _ = p.type.split("[]")
is_array = True
except ValueError:
param_type = p.type
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ filterwarnings =

[metadata]
name = mllaunchpad
version = 1.0.0
version = 1.1.0
url = https://github.com/schuderer/mllaunchpad/
project_urls =
Documentation = https://mllaunchpad.readthedocs.io/
Expand Down

0 comments on commit 9de65d1

Please sign in to comment.