Skip to content

Commit

Permalink
v24.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Nov 20, 2024
1 parent 97b69eb commit 04d0da8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**24.11.6 (2024-11-20)**
* Fixed a bug in ".gitignore" template

**24.11.5 (2024-11-20)**
* Improved usage of `blacken-docs`
* Fixed a naming issue with security template
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.11.5"
__version__ = "24.11.6"
14 changes: 14 additions & 0 deletions ambient_package_update/templates/.gitignore.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,17 @@ cython_debug/

# Requirements.txt is managed by pip-tools
requirements.txt

# sphinx build folder
_build

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o

# Test databases
*.sqlite

0 comments on commit 04d0da8

Please sign in to comment.