Skip to content

Commit

Permalink
Merge pull request #56 from fair-software/prep-release-0.12.0
Browse files Browse the repository at this point in the history
bumped minor version
  • Loading branch information
jspaaks committed Dec 7, 2020
2 parents e687dc4 + c1307b9 commit 159d127
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/fair-software/howfairis"
title: howfairis
version: "0.11.0"
version: "0.12.0"
...
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ There are some command line options to the executable. You can see them using:
Which then shows something like:

.. code:: shell
.. code:: text
Usage: howfairis [OPTIONS] [URL]
Expand All @@ -151,6 +151,7 @@ Which then shows something like:
can include a relative path.
-d, --show-default-config Show default configuration and exit.
-i, --ignore-remote-config Ignore any configuration files on the remote.
-p, --path TEXT Relative path (on the remote). Use this if
you want howfairis to look for a README and a
configuration file in a subdirectory.
Expand Down Expand Up @@ -296,4 +297,3 @@ Credits
-------

This package was created with `Cookiecutter <https://github.com/audreyr/cookiecutter>`_ and the `NLeSC/python-template <https://github.com/NLeSC/python-template>`_.

2 changes: 1 addition & 1 deletion howfairis/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.0"
__version__ = "0.12.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.0
current_version = 0.12.0

[bumpversion:file:howfairis/__version__.py]
search = __version__ = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
entry_points={
"console_scripts": ["howfairis=howfairis.cli:cli"],
},
version="0.11.0",
version="0.12.0",
description="Python package to analyze compliance with fair-software.eu recommendations",
long_description=readme + "\n\n",
author="https://github.com/jspaaks",
Expand Down

0 comments on commit 159d127

Please sign in to comment.