Skip to content

Commit

Permalink
v23.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Vedrilla committed Nov 17, 2023
1 parent 277c46a commit a8e24d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

**23.10.8 (2023-11-06)**
**23.11.1 (2023-11-17)**
* Improved Readme template

* **23.10.8 (2023-11-06)**
* Minimum coverage new configurable
* Added `flake8-todo` to Ruff rules

Expand Down
2 changes: 1 addition & 1 deletion ambient_package_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ambient package update tool for clean and swift maintenance"""

__version__ = "23.10.8"
__version__ = "23.11.1"
2 changes: 1 addition & 1 deletion ambient_package_update/templates/README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
### Setup package for development

- Create a Python virtualenv and activate it
- Install "pip-tools" with `pip install pip-tools`
- Install "pip-tools" with `pip install -U pip-tools`
- Compile the requirements with `pip-compile --extra {% for area, dependency_list in optional_dependencies.items() %}{{ area }},{% endfor %} -o requirements.txt pyproject.toml --resolver=backtracking`
- Sync the dependencies with your virtualenv with `pip-sync`

Expand Down

0 comments on commit a8e24d3

Please sign in to comment.