Bump version to 1.2.3
This commit is contained in:
parent
b501f7bbde
commit
0bcc378c09
@ -1,4 +1,4 @@
|
|||||||
# Unreleased
|
# v1.2.3
|
||||||
## Fixed
|
## Fixed
|
||||||
- Loaders and Dumpers would recieve options with unwanted default values when
|
- Loaders and Dumpers would recieve options with unwanted default values when
|
||||||
their corresponding flags were not passed to the commandline, resulting
|
their corresponding flags were not passed to the commandline, resulting
|
||||||
|
@ -56,8 +56,7 @@ command_grammar = Grammar(
|
|||||||
|
|
||||||
class CommandVisitor(NodeVisitor):
|
class CommandVisitor(NodeVisitor):
|
||||||
|
|
||||||
"""Returns a (key, value) tuple or None if the line contains no useful
|
"""Returns a (key, value) tuple"""
|
||||||
information for the parser (a comment or an empty line)"""
|
|
||||||
|
|
||||||
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"""Collection of tools realted to dumping to jubeat analyser formats"""
|
"""Collection of tools related to dumping to jubeat analyser formats"""
|
||||||
|
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass, field
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "1.2.2"
|
__version__ = "1.2.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "jubeatools"
|
name = "jubeatools"
|
||||||
version = "1.2.2"
|
version = "1.2.3"
|
||||||
description = "A toolbox for jubeat file formats"
|
description = "A toolbox for jubeat file formats"
|
||||||
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
|
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user