dev-shell 0.9.0__tar.gz → 0.9.0rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/PKG-INFO +1 -1
  2. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/__init__.py +1 -1
  3. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell.egg-info/PKG-INFO +1 -1
  4. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/.editorconfig +0 -0
  5. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/.flake8 +0 -0
  6. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/.github/workflows/tests.yml +0 -0
  7. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/.gitignore +0 -0
  8. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/LICENSE +0 -0
  9. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/README.md +0 -0
  10. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/__main__.py +0 -0
  11. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/base_cmd2_app.py +0 -0
  12. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/bootstrap-source.py +0 -0
  13. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/command_sets/__init__.py +0 -0
  14. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/command_sets/dev_shell_commands.py +0 -0
  15. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/config.py +0 -0
  16. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/constants.py +0 -0
  17. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/dev_shell_app.py +0 -0
  18. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/__init__.py +0 -0
  19. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/fixtures.py +0 -0
  20. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/test_bootstrap.py +0 -0
  21. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/test_dev_shell_app.py +0 -0
  22. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/test_doctests.py +0 -0
  23. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/test_project_setup.py +0 -0
  24. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/test_source_file.py +0 -0
  25. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/tests/utils.py +0 -0
  26. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/utils/__init__.py +0 -0
  27. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/utils/assertion.py +0 -0
  28. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/utils/colorful.py +0 -0
  29. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell/utils/subprocess_utils.py +0 -0
  30. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell.egg-info/SOURCES.txt +0 -0
  31. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell.egg-info/dependency_links.txt +0 -0
  32. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell.egg-info/entry_points.txt +0 -0
  33. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell.egg-info/requires.txt +0 -0
  34. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/dev_shell.egg-info/top_level.txt +0 -0
  35. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/devshell.py +0 -0
  36. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/noxfile.py +0 -0
  37. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/pyproject.toml +0 -0
  38. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/setup.cfg +0 -0
  39. {dev_shell-0.9.0 → dev_shell-0.9.0rc1}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dev-shell
3
- Version: 0.9.0
3
+ Version: 0.9.0rc1
4
4
  Summary: Developer shell for easy startup...
5
5
  Author-email: Jens Diemer <dev-shell@jensdiemer.de>
6
6
  License: GPL-3.0-or-later
@@ -4,5 +4,5 @@ Developer shell for easy startup...
4
4
  """
5
5
 
6
6
  # See https://packaging.python.org/en/latest/specifications/version-specifiers/
7
- __version__ = '0.9.0'
7
+ __version__ = '0.9.0.rc1'
8
8
  __author__ = 'Jens Diemer <dev-shell@jensdiemer.de>'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dev-shell
3
- Version: 0.9.0
3
+ Version: 0.9.0rc1
4
4
  Summary: Developer shell for easy startup...
5
5
  Author-email: Jens Diemer <dev-shell@jensdiemer.de>
6
6
  License: GPL-3.0-or-later
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes