templatepy 0.2.8.dev0__tar.gz → 0.2.9__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 (23) hide show
  1. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.bumpversion.cfg +1 -1
  2. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/PKG-INFO +2 -2
  3. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/README.md +1 -1
  4. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/pyproject.toml +3 -3
  5. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy/__init__.py +1 -1
  6. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/PKG-INFO +2 -2
  7. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.gitignore +0 -0
  8. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.pre-commit-config.yaml +0 -0
  9. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/.secrets.baseline +0 -0
  10. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/CODE_OF_CONDUCT.md +0 -0
  11. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/CONTRIBUTING.md +0 -0
  12. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/LICENSE +0 -0
  13. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/MANIFEST.in +0 -0
  14. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/setup.cfg +0 -0
  15. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/setup.py +0 -0
  16. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy/example.data.file.config +0 -0
  17. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy/example.data.file.test-extension-yu48 +0 -0
  18. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/SOURCES.txt +0 -0
  19. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/dependency_links.txt +0 -0
  20. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/entry_points.txt +0 -0
  21. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/not-zip-safe +0 -0
  22. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/requires.txt +0 -0
  23. {templatepy-0.2.8.dev0 → templatepy-0.2.9}/templatepy.egg-info/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.2.8.dev0
2
+ current_version = 0.2.9
3
3
  commit = True
4
4
  tag = False
5
5
  tag_name = v{new_version}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: templatepy
3
- Version: 0.2.8.dev0
3
+ Version: 0.2.9
4
4
  Summary: templatepy: Template repo for python repositories & PyPi integration
5
5
  Author-email: "Lars B. Rollik" <L.B.Rollik@protonmail.com>
6
6
  License: BSD 3-Clause License
@@ -94,7 +94,7 @@ Requires-Dist: toml; extra == "dev"
94
94
  # templatepy
95
95
  Template repo for python repositories & PyPi integration
96
96
  ---
97
- **Version: "0.2.8.dev0"**
97
+ **Version: "0.2.9"**
98
98
 
99
99
 
100
100
  ## Usage
@@ -37,7 +37,7 @@
37
37
  # templatepy
38
38
  Template repo for python repositories & PyPi integration
39
39
  ---
40
- **Version: "0.2.8.dev0"**
40
+ **Version: "0.2.9"**
41
41
 
42
42
 
43
43
  ## Usage
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "templatepy"
7
- version = "0.2.8.dev0"
7
+ version = "0.2.9"
8
8
  authors = [
9
9
  { name = "Lars B. Rollik", email = "L.B.Rollik@protonmail.com" }
10
10
  ]
@@ -74,8 +74,8 @@ select = [
74
74
  "YTT", # check for YAML issues
75
75
  "SIM", # detect unnecessary comprehensions, loops, etc.
76
76
  "PTH", # checks for pathlib best practices
77
- "TCH",
78
- "PYI",
77
+ "TCH", # checks for typing best practices
78
+ "PYI", # checks for pyi files
79
79
  ]
80
80
  ignore = []
81
81
 
@@ -5,7 +5,7 @@ from importlib.metadata import PackageNotFoundError, version
5
5
  try:
6
6
  __version__ = version("subject_weight_db")
7
7
  except PackageNotFoundError:
8
- __version__ = "0.2.8.dev0"
8
+ __version__ = "0.2.9"
9
9
 
10
10
 
11
11
  def run():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: templatepy
3
- Version: 0.2.8.dev0
3
+ Version: 0.2.9
4
4
  Summary: templatepy: Template repo for python repositories & PyPi integration
5
5
  Author-email: "Lars B. Rollik" <L.B.Rollik@protonmail.com>
6
6
  License: BSD 3-Clause License
@@ -94,7 +94,7 @@ Requires-Dist: toml; extra == "dev"
94
94
  # templatepy
95
95
  Template repo for python repositories & PyPi integration
96
96
  ---
97
- **Version: "0.2.8.dev0"**
97
+ **Version: "0.2.9"**
98
98
 
99
99
 
100
100
  ## Usage
File without changes
File without changes
File without changes
File without changes
File without changes