Tags give the ability to mark specific points in history as being important
-
v0.3.9
63b04f21 · ·v0.3.9: replaced str.split(os.linesep) with str.striplines() and updated project files from templates M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M aedev/commands.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_commands.py
-
v0.3.8
dd5b0c59 · ·v0.3.8: removed coverage-badge package broken w setuptools82 and using test namespace name constant M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M aedev/commands.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_commands.py
-
v0.3.5
c57c6ef9 · ·v0.3.5: staled git_tag_list() for cases where git ls-remote has no stdout and stderr has a redirecting-to warning M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M aedev/commands.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt
-
v0.3.3
b1adc825 · ·v0.3.3: migrated editable_project_root_path() helper from aedev.project_vars to aedev.commands M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M aedev/commands.py M dev_requirements.txt M pyproject.toml M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_commands.py
-
v0.3.2
e590cab0 · ·v0.3.2: made git commit more robust allowing curly brackets in commit message file M setup.py
-
v0.3.1
2e9c4807 · ·v0.3.1: added new aedev namespace module portion extracted from aedev.project_manager CLI app A .gitignore A .gitlab-ci.yml A CONTRIBUTING.rst A LICENSE.md A README.md A SECURITY.md A aedev/commands.py A dev_requirements.txt A pyproject.toml A requirements.txt A setup.py A tests/conftest.py A tests/requirements.txt A tests/test_commands.py