1.0.36
This commit is contained in:
parent
74716df0a1
commit
e9346c46e3
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Firepup650
|
# Firepup650
|
||||||
Package containing various shorthand things I use, and a few imports I almost always use
|
Package containing various shorthand things I use, and a few imports I almost always use
|
||||||
### Change log:
|
### Change log:
|
||||||
|
#### v.1.0.36:
|
||||||
|
Fix an old annoying bug with menus having an incorrect size calculation if the width of the menu was an even number
|
||||||
#### v.1.0.35:
|
#### v.1.0.35:
|
||||||
Adds a few missing docstrings and fixes a bug with the menu function
|
Adds a few missing docstrings and fixes a bug with the menu function
|
||||||
#### v.1.0.34:
|
#### v.1.0.34:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "firepup650"
|
name = "firepup650"
|
||||||
version = "1.0.35"
|
version = "1.0.36"
|
||||||
authors = ["Firepup650 <firepyp650@gmail.com>"]
|
authors = ["Firepup650 <firepyp650@gmail.com>"]
|
||||||
description = "Package containing various shorthand things I use, and a few imports I almost always use"
|
description = "Package containing various shorthand things I use, and a few imports I almost always use"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue