1
0
mirror of synced 2024-11-15 02:47:40 +01:00

Bump version to 1.1.2

This commit is contained in:
Stepland 2021-05-22 13:10:09 +02:00
parent be593fcad6
commit ef13cd9365
3 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
# Unreleased
# v1.1.2
## Fixed
- [jubeat-analyser]
- Accept U+3000 (Ideographic space) as valid whitespace everywhere
- Accept U+3000 (Ideographic space) as valid whitespace
- [memo2]
- Accept `t=` commands anywhere in the file
- Accept `b=4` (and only 4) anywhere in the file
# v1.1.1
## Fixed
- `construct-typing` is now required for all builds

View File

@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "jubeatools"
version = "1.1.1"
version = "1.1.2"
description = "A toolbox for jubeat file formats"
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
readme = "README.md"