Skip to content

Commit

Permalink
update medata. Fixes #20 foloowing #29
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Apr 28, 2024
1 parent e9aa8ef commit bc2ffc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
python: [3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v3
- name: Set up Python 3.X
uses: actions/setup-python@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ packages (e.g., http://pypi.python.org/pypi/colormap) and is stable.
`GDSCTools <https://sequana.readthedocs.io>`_ to give a few
examples.



Changelog
~~~~~~~~~

========= ==========================================================================
Version Description
========= ==========================================================================
0.13.2 * replace mock with unittest.mock (fixes
https://github.com/cokelaer/easydev/issues/20)
0.13.1 * fix get_dependencies
0.13.0 * fix requirements (line_profiler) and CI
0.12.2 * For developers: move to pyprojet. add precomit
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "easydev"
version = "0.13.1"
version = "0.13.2"
description = "Commn utilities to ease development of Python packages"
authors = ["Thomas Cokelaer <thomas.cokelaer@pasteur.fr>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit bc2ffc5

Please sign in to comment.