Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Mar 18, 2021
1 parent 0861cb8 commit f6c6b6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 5 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ None yet. Why not be the first?
**Acknowledgements**

Thanks to `Aaron Meurer`_ and `Gil Forsyth`_ for implementing Doctr_, on whose
shoulders this project stands. `Tyler Pennebaker`_ and `Hugo Slepicka`_ provided valuable suggestions to
improve this package. A big thanks to `Hugo Slepicka`_ for creating and
maintaining the `conda-feedstock`_ for this package.
shoulders this project stands. `Alexander Blech`_, `Tyler Pennebaker`_ and
`Hugo Slepicka`_ provided valuable suggestions to improve this package. A big
thanks to `Hugo Slepicka`_ for creating and maintaining the `conda-feedstock`_
for this package.

.. _Aaron Meurer: https://github.com/asmeurer
.. _Gil Forsyth: https://github.com/gforsyth
.. _Tyler Pennebaker: https://github.com/ZryletTC
.. _Hugo Slepicka: https://github.com/hhslepicka
.. _Alexander Blech: https://github.com/ablech/
.. _Doctr: https://drdoctr.github.io
.. _conda-feedstock: https://github.com/conda-forge/doctr-versions-menu-feedstock#readme
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.4.1 (2021-03-18)
------------------

* Fixed: The ``doctr-versions-menu`` exectuable no longer fails when run outside of a git repository (`#15`_, thanks to `Alexander Blech <@ablech_>`_)
* Fixed: Custom ``doctr-versions-menu.js_t`` template were being ignored (`#18`_)

0.4.0 (2020-12-14)
------------------

Expand Down Expand Up @@ -62,9 +68,12 @@ folders in a project's ``gh-pages`` branch.
.. _Github Actions: https://github.com/features/actions
.. _@ZryletTC: https://github.com/ZryletTC
.. _@hhslepicka: https://github.com/hhslepicka
.. _@ablech: https://github.com/ablech/
.. _#4: https://github.com/goerz/doctr_versions_menu/issues/4
.. _#5: https://github.com/goerz/doctr_versions_menu/issues/5
.. _#6: https://github.com/goerz/doctr_versions_menu/issues/6
.. _#8: https://github.com/goerz/doctr_versions_menu/issues/8
.. _#12: https://github.com/goerz/doctr_versions_menu/issues/12
.. _#15: https://github.com/goerz/doctr_versions_menu/issues/15
.. _#18: https://github.com/goerz/doctr_versions_menu/issues/18
.. _conda-feedstock: https://github.com/conda-forge/doctr-versions-menu-feedstock#readme
2 changes: 1 addition & 1 deletion src/doctr_versions_menu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extension and a command line program.
"""

__version__ = '0.4.0+dev'
__version__ = '0.4.1'

# All members whose name does not start with an underscore must be listed
# either in __all__ or in __private__
Expand Down

0 comments on commit f6c6b6e

Please sign in to comment.