copier-python 0.1.2__tar.gz → 0.1.3__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 (30) hide show
  1. {copier_python-0.1.2 → copier_python-0.1.3}/CHANGELOG.md +8 -1
  2. {copier_python-0.1.2 → copier_python-0.1.3}/PKG-INFO +1 -1
  3. {copier_python-0.1.2 → copier_python-0.1.3}/.gitignore +0 -0
  4. {copier_python-0.1.2 → copier_python-0.1.3}/CONTRIBUTING.md +0 -0
  5. {copier_python-0.1.2 → copier_python-0.1.3}/LICENSE +0 -0
  6. {copier_python-0.1.2 → copier_python-0.1.3}/MAINTAINING.md +0 -0
  7. {copier_python-0.1.2 → copier_python-0.1.3}/README.md +0 -0
  8. {copier_python-0.1.2 → copier_python-0.1.3}/copier_python/__init__.py +0 -0
  9. {copier_python-0.1.2 → copier_python-0.1.3}/copier_python/py.typed +0 -0
  10. {copier_python-0.1.2 → copier_python-0.1.3}/docs/changelog.md +0 -0
  11. {copier_python-0.1.2 → copier_python-0.1.3}/docs/contributing.md +0 -0
  12. {copier_python-0.1.2 → copier_python-0.1.3}/docs/index.md +0 -0
  13. {copier_python-0.1.2 → copier_python-0.1.3}/docs/license.md +0 -0
  14. {copier_python-0.1.2 → copier_python-0.1.3}/docs/maintaining.md +0 -0
  15. {copier_python-0.1.2 → copier_python-0.1.3}/pyproject.toml +0 -0
  16. {copier_python-0.1.2 → copier_python-0.1.3}/tests/__init__.py +0 -0
  17. {copier_python-0.1.2 → copier_python-0.1.3}/tests/__snapshots__/test_contributing.ambr +0 -0
  18. {copier_python-0.1.2 → copier_python-0.1.3}/tests/__snapshots__/test_license.ambr +0 -0
  19. {copier_python-0.1.2 → copier_python-0.1.3}/tests/__snapshots__/test_maintaining.ambr +0 -0
  20. {copier_python-0.1.2 → copier_python-0.1.3}/tests/__snapshots__/test_pyproject.ambr +0 -0
  21. {copier_python-0.1.2 → copier_python-0.1.3}/tests/__snapshots__/test_readme.ambr +0 -0
  22. {copier_python-0.1.2 → copier_python-0.1.3}/tests/conftest.py +0 -0
  23. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_contributing.py +0 -0
  24. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_license.py +0 -0
  25. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_maintaining.py +0 -0
  26. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_pyproject.py +0 -0
  27. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_readme.py +0 -0
  28. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_structure.py +0 -0
  29. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_template.py +0 -0
  30. {copier_python-0.1.2 → copier_python-0.1.3}/tests/test_version.py +0 -0
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.3] - 2026-03-31
11
+
12
+ ### Changed
13
+
14
+ * GitHub actions versions
15
+
10
16
  ## [0.1.2] - 2026-03-31
11
17
 
12
18
  ### Fixed
@@ -26,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
32
 
27
33
  * Initial release
28
34
 
29
- [Unreleased]: https://github.com/smkent/copier-python/compare/0.1.2...main/
35
+ [Unreleased]: https://github.com/smkent/copier-python/compare/0.1.3...main/
36
+ [0.1.3]: https://github.com/smkent/copier-python/compare/0.1.2...0.1.3
30
37
  [0.1.2]: https://github.com/smkent/copier-python/compare/0.1.1...0.1.2
31
38
  [0.1.1]: https://github.com/smkent/copier-python/compare/0.1.0...0.1.1
32
39
  [0.1.0]: https://github.com/smkent/copier-python/releases/tag/0.1.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: copier-python
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Copier template for Python projects with modern tooling
5
5
  Project-URL: Homepage, https://github.com/smkent/copier-python
6
6
  Project-URL: Repository, https://github.com/smkent/copier-python
File without changes
File without changes
File without changes