Skip to content

Commit

Permalink
v24.6.2 & v24.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Jun 20, 2024
1 parent 8f58d84 commit 1891006
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

**24.6.3 (2024-06-20)**
* Removed `custom_installation` and `additional_installation` from class `ReadmeContent`

**24.6.2 (2024-06-20)**
* Added new feature of customizable templates

**24.6.1 (2024-06-14)**
* Added `module_name` variable to Package metadata
* Added opt-out for internationalisation content in Readme-file
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__ = "24.6.1"
__version__ = "24.6.3"
2 changes: 0 additions & 2 deletions ambient_package_update/metadata/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ class ReadmeContent:
# Variables that are used in the default templates
tagline: str = None
content: Optional[str] = None
custom_installation: Optional[str] = None
additional_installation: Optional[str] = None
uses_internationalisation: bool = True
2 changes: 0 additions & 2 deletions ambient_package_update/templates/snippets/installation.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@

`python ./manage.py migrate`
{% endif %}

{% if readme_content.additional_installation %}{{ readme_content.additional_installation }}{% endif %}

0 comments on commit 1891006

Please sign in to comment.