We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d125f81 + 9eb32c7 commit 7eb662dCopy full SHA for 7eb662d
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+v0.7.0
5
+------
6
+- Add support to fetch PURLs.
7
+
8
9
v0.6.0
10
------
11
- Add package metadata support for CocoaPods.
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
# this is used populated when creating a git archive
# and when there is .git dir and/or there is no git installed
-fallback_version = "9999.$Format:%h-%cs$"
+fallback_version = "1.0.0"
[tool.pytest.ini_options]
norecursedirs = [
0 commit comments