Skip to content

Commit

Permalink
Pre-release updates.
Browse files Browse the repository at this point in the history
Bump version number as needed, update NEWS file.
  • Loading branch information
gouttegd committed Mar 22, 2023
1 parent b1bd4d3 commit 4f9b7c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in grainyhead-0.2.1 (2023-03-22)
----------------------------------------

* Fix incorrect handling of dates in --from and --to options.


Changes in grainyhead-0.2.0 (2023-01-18)
----------------------------------------

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.0.tar.gz
$ cd grainyhead-0.2.0
$ tar zxf grainyhead-0.2.1.tar.gz
$ cd grainyhead-0.2.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.0-py3-none-any.whl
$ python -m pip install dist/grainyhead-0.2.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.0)
grh (GrainyHead 0.2.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.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion incenp/grainyhead/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# grainyhead - Helper tools for GitHub
# Copyright © 2021,2022 Damien Goutte-Gattat
# Copyright © 2021,2022,2023 Damien Goutte-Gattat
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 4f9b7c7

Please sign in to comment.