Skip to content

Commit 42dc2ef

Browse files
committed
Update CHANGELOG and pyproject.toml to include new utils.genreqs module and its script
1 parent eb34274 commit 42dc2ef

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog #
22

3+
## Version 3.11.0 ##
4+
5+
💥 New features:
6+
7+
* New `utils.genreqs` module for generating installation requirements files:
8+
* Function `generate_requirements_txt` generates a `requirements.txt` file
9+
* Function `generate_requirements_rst` generates a `requirements.rst` file
10+
* The module is used by the new command line script `guidata-genreqs`
11+
312
## Version 3.10.0 ##
413

514
💥 New features:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ guidata-tests = "guidata.tests:run"
4646

4747
[project.scripts]
4848
guidata-translations = "guidata.utils.translations:main"
49+
guidata-genreqs = "guidata.utils.genreqs:main"
4950

5051
[project.optional-dependencies]
5152
qt = ["PyQt5>=5.11"]

0 commit comments

Comments
 (0)