Skip to content

Commit

Permalink
Merge pull request #259 from mlf-core/release/1.9.1
Browse files Browse the repository at this point in the history
release/1.9.1
  • Loading branch information
Zethson committed Feb 16, 2021
2 parents 3d916ba + 85042ed commit c733195
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ full_name: Lukas Heumos
email: lukas.heumos@posteo.net
project_name: mlf-core
project_short_description: Reproducible machine learning pipelines using mlflow.
version: 1.9.0
version: 1.9.1
license: Apache2.0
command_line_interface: Click
testing_library: pytest
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Changelog

This project adheres to `Semantic Versioning <https://semver.org/>`_.

1.9.1 (2021-02-16)
------------------

**Added**

**Fixed**

* [ALL TEMPLATES] lint badge in README.rst

**Dependencies**

**Deprecated**


1.9.0 (2021-02-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.9.1

[bumpversion_files_whitelisted]
setup_file = setup.py
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# the built documents.
#
# The short X.Y version.
version = '1.9.0'
version = '1.9.1'
# The full version, including alpha/beta/rc tags.
release = '1.9.0'
release = '1.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mlf_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Lukas Heumos"""
__email__ = 'lukas.heumos@posteo.net'
__version__ = '1.9.0'
__version__ = '1.9.1'
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:target: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/actions?query=workflow%3A%22Publish+Container+to+Docker+Packages%22
:alt: Publish Container to Docker Packages

.. image:: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/workflows/mlf-core%20lint/badge.svg
.. image:: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/workflows/mlf-core%20linting/badge.svg
:target: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/actions?query=workflow%3A%22mlf-core+lint%22
:alt: mlf-core lint

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ autopep8>=1.5.4
cffi==1.14.5
cryptography==3.4.5
requests>=2.24.0
rich==9.10.0
rich==9.11.0
packaging==20.9
appdirs==1.4.4
questionary==1.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def walker(base, *paths):
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mlf-core/mlf-core',
version='1.9.0',
version='1.9.1',
zip_safe=False,
)

0 comments on commit c733195

Please sign in to comment.