Skip to content

Commit 4cb0901

Browse files
committed
Update versions
1 parent c73b894 commit 4cb0901

4 files changed

Lines changed: 8 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# AnyPyTools Change Log
22

3+
## v1.19.1
4+
5+
* Fixed minor formatting issues in documentation.
6+
37
## v1.19.0
48

59
**Changed:**

anypytools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"NORMAL_PRIORITY_CLASS",
3737
]
3838

39-
__version__ = "1.19.0"
39+
__version__ = "1.19.1"
4040

4141

4242
def print_versions():

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anypytools = {path= "."}
1010

1111
[package]
1212
name = "anypytools"
13-
version="1.18.0"
13+
version="1.19.1"
1414

1515
[package.build]
1616
backend = { name = "pixi-build-python", version = "*" }
@@ -68,26 +68,6 @@ anybodycon = "8.2*"
6868
# test-install = {cmd="pip install -e ."}
6969
test = {cmd = "pytest"}
7070

71-
72-
# [feature.docs.dependencies]
73-
# python = ">=3.13.9,<3.15"
74-
# ipython = ">=9.6.0,<10"
75-
# linkify-it-py = ">=2.0.3,<3"
76-
# sphinx = ">=8.2.3,<9"
77-
# myst-parser = ">=4.0.1,<5"
78-
# markupsafe = ">=3.0.3,<4"
79-
# make = ">=4.4.1,<5"
80-
# sphinx-design = ">=0.6.1,<0.7"
81-
# matplotlib = ">=3.10.7,<4"
82-
# cloud_sptheme = ">=1.10.1.post20200504175005,<2"
83-
# pillow = ">=11.3.0,<12"
84-
# tqdm = ">=4.67.1,<5"
85-
# numpy = ">=2.3.4,<3"
86-
# jinja2 = ">=3.1.6,<4"
87-
# ipywidgets = ">=8.1.7,<9"
88-
# nbsphinx = ">=0.9.7,<0.10"
89-
# pytest = ">=8.4.2,<9"
90-
9171
[feature.docs.dependencies]
9272
pydata-sphinx-theme = ">=0.16.1,<0.17"
9373
myst-nb = ">=1.3.0,<2"

0 commit comments

Comments
 (0)