Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.4
6.1.1
2 changes: 1 addition & 1 deletion torngen/base_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .base_path import Path
from .base_schema import BaseSchema

VERSION = "6.0.4"
VERSION = "6.1.1"


class _URLComponents(typing.NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion torngen/schema/faction_crime_item_outcome_enum.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import typing

FactionCrimeItemOutcomeEnum = typing.Literal["lost", "used"]
FactionCrimeItemOutcomeEnum = typing.Literal["lost", "used", "unused"]