ciel 2.0.3__tar.gz → 2.0.4__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.1
2
2
  Name: ciel
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: An PDK builder/version manager for PDKs in the open_pdks format
5
5
  Home-page: https://github.com/fossi-foundation/ciel
6
6
  License: Apache-2.0
@@ -70,7 +70,7 @@ class GitHubReleasesDataSource(DataSource):
70
70
  self.repo,
71
71
  "/releases",
72
72
  "get",
73
- params={"page": 1, "per_page": 100},
73
+ params={"page": page, "per_page": 100},
74
74
  )
75
75
  releases += last
76
76
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ciel"
3
- version = "2.0.3"
3
+ version = "2.0.4"
4
4
  description = "An PDK builder/version manager for PDKs in the open_pdks format"
5
5
  authors = ["Mohamed Gaber <me@donn.website>", "Efabless Corporation"]
6
6
  readme = "Readme.md"
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
File without changes
File without changes
File without changes
File without changes
File without changes