Skip to content

Commit

Permalink
Correct furo version definition in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 2, 2023
1 parent c7e04b3 commit 2e8a695
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog
This file contains a brief summary of new features and dependency changes or
releases, in reverse chronological order.

0.6.1 (2023-03-02)
------------------

Bug Fixes
^^^^^^^^^

* Correct ``furo`` version definition in ``setup.py``.


----


0.6.0 (2023-03-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bug reports
-----------

*Before raising an issue, please ensure that you are using the latest version
of ``gstore``.*
of gstore.*

Please provide the following information with your issue to enable me to
respond as quickly as possible.
Expand Down
2 changes: 1 addition & 1 deletion gstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"""

__copyright__ = 'Copyright (C) 2020, 2021, 2022, 2023 Serghei Iakovlev'
__version__ = '0.6.0'
__version__ = '0.6.1'
__license__ = 'GPLv3+'
__author__ = 'Serghei Iakovlev'
__author_email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_version_string():
],
'docs': [
'sphinx>=3.5.0', # Python documentation generator,
'furo>=2022.9.29,==2022.6.*', # Sphinx documentation theme
'furo>=2022.9.29', # Sphinx documentation theme
],
}

Expand Down

0 comments on commit 2e8a695

Please sign in to comment.