autopub 1.0.0a47__tar.gz → 1.0.0a48__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.4
2
2
  Name: autopub
3
- Version: 1.0.0a47
3
+ Version: 1.0.0a48
4
4
  Summary: Automatic package release upon pull request merge
5
5
  Project-URL: Source, https://github.com/autopub/autopub
6
6
  Project-URL: Issues, https://github.com/autopub/autopub/issues
@@ -71,8 +71,8 @@ class GithubConfig(BaseModel):
71
71
  ```
72
72
  """)
73
73
 
74
- include_sponsors: bool = True
75
- create_discussions: bool = True
74
+ include_sponsors: bool = False
75
+ create_discussions: bool = False
76
76
  discussion_category: str = "Announcements"
77
77
 
78
78
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  requires-python = ">=3.9.0,<4.0"
3
- version = "1.0.0-alpha.47"
3
+ version = "1.0.0-alpha.48"
4
4
  name = "autopub"
5
5
  description = "Automatic package release upon pull request merge"
6
6
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes