Skip to content

Commit

Permalink
chore: update docset.json for 6.2.2 and add PySide6 alias
Browse files Browse the repository at this point in the history
  • Loading branch information
okletzmayr committed Jan 1, 2022
1 parent 5ac8dc3 commit a6654e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Qt_for_Python/docset.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "Qt for Python",
"version": "5.15.0",
"version": "6.2.2",
"archive": "Qt_for_Python.tgz",
"author": {
"name": "AC Better",
"link": "https://twitter.com/acbetterz"
},
"aliases": ["PySide2"],
"aliases": ["PySide2", "PySide6"],
"specific_versions": [
{
"version": "6.2.2",
"archive": "versions/6.2.2/Qt_for_Python.tgz"
},
{
"version": "5.15.0",
"archive": "versions/5.15.0/Qt_for_Python.tgz"
Expand Down

0 comments on commit a6654e5

Please sign in to comment.