goodmap 1.1.9__tar.gz → 1.1.11__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: goodmap
3
- Version: 1.1.9
3
+ Version: 1.1.11
4
4
  Summary: Map engine to serve all the people :)
5
5
  Author: Krzysztof Kolodzinski
6
6
  Author-email: krzysztof.kolodzinski@problematy.pl
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "goodmap"
3
- version = "1.1.9"
3
+ version = "1.1.11"
4
4
  description = "Map engine to serve all the people :)"
5
5
  authors = ["Krzysztof Kolodzinski <krzysztof.kolodzinski@problematy.pl>"]
6
6
  readme = "README.md"
@@ -43,7 +43,7 @@ docs = [
43
43
  [tool.poetry.group.dev.dependencies]
44
44
  pytest = "^7.1.2"
45
45
  coverage = "^6.4.3"
46
- coveralls = "^3.3.1"
46
+ coveralls = ">=3.3.1,<5.0.0"
47
47
  pyright = "^1.1.291"
48
48
  freezegun = "^1.2.2"
49
49
  black = "^24.8.0"
@@ -114,24 +114,8 @@ commit_message = "chore(release): {version} [skip ci]"
114
114
  tag_format = "{version}"
115
115
 
116
116
  [tool.semantic_release.changelog]
117
- template_dir = "templates"
118
- changelog_file = "CHANGELOG.md"
119
117
  exclude_commit_patterns = []
120
118
 
121
- [tool.semantic_release.changelog.environment]
122
- block_start_string = "{%"
123
- block_end_string = "%}"
124
- variable_start_string = "{{"
125
- variable_end_string = "}}"
126
- comment_start_string = "{#"
127
- comment_end_string = "#}"
128
- trim_blocks = false
129
- lstrip_blocks = false
130
- newline_sequence = "\n"
131
- keep_trailing_newline = false
132
- extensions = []
133
- autoescape = true
134
-
135
119
  [tool.semantic_release.branches.main]
136
120
  match = "main"
137
121
  prerelease = false
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
File without changes