Skip to content

Commit

Permalink
Prepare 0.3.1 release.
Browse files Browse the repository at this point in the history
Bump version number (including in docs) and add NEWS entry.
  • Loading branch information
gouttegd committed Aug 10, 2023
1 parent 699904f commit d0bea7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes in grainyhead-0.3.1 (2023-08-10)
----------------------------------------

* Exclude all bots when listing committers and commenters (#18).

Changes in grainyhead-0.3.0 (2023-07-10)
----------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ You may download a release tarball from the `homepage`_ or from the

.. code-block:: console
$ tar zxf grainyhead-0.2.1.tar.gz
$ cd grainyhead-0.2.1
$ tar zxf grainyhead-0.3.1.tar.gz
$ cd grainyhead-0.3.1
GrainyHead requires the following Python dependencies to work:

Expand All @@ -46,7 +46,7 @@ Then build a *wheel* package and install it:
.. code-block:: console
$ python setup.py bdist_wheel
$ python -m pip install dist/grainyhead-0.2.1-py3-none-any.whl
$ python -m pip install dist/grainyhead-0.3.1-py3-none-any.whl
To install the current development version (tip of the master branch), you may
either clone locally the repository and then proceed as above, or use *pip* to
Expand All @@ -67,7 +67,7 @@ running the following command:
.. code-block:: console
$ grh --version
grh (GrainyHead 0.2.1)
grh (GrainyHead 0.3.1)
Copyright © 2023 Damien Goutte-Gattat
This program is released under the GNU General Public License.
Expand Down
2 changes: 1 addition & 1 deletion incenp/grainyhead/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit d0bea7e

Please sign in to comment.