Skip to content

Commit b0806b1

Browse files
committed
release: prepare 2.2.1
1 parent a87815c commit b0806b1

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = 'Glassure'
1212
copyright = '2025, Clemens Prescher'
1313
author = 'Clemens Prescher'
14-
release = '2.2.0'
14+
release = '2.2.1'
1515

1616
sys.path.insert(0, os.path.abspath('..'))
1717
# -- General configuration ---------------------------------------------------

glassure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .pattern import Pattern
55

6-
__version__ = "2.2.0"
6+
__version__ = "2.2.1"
77

88

99
def _module_path():

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "glassure"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "API and GUI for analysis of X-ray total scattering data"
55
authors = ["Clemens Prescher <[email protected]>"]
66
license = "MIT"
@@ -32,7 +32,6 @@ scipy = "^1.11.3"
3232
lmfit = "^1.2.0"
3333
pandas = "^2.1.0"
3434
pydantic = "^2.7.1"
35-
autodoc-pydantic = "^2.2.0"
3635
xraylib = "^4.1.5"
3736

3837
[tool.poetry.group.dev.dependencies]
@@ -50,6 +49,7 @@ nbsphinx = "^0.9.3"
5049
jupyter = "^1.0.0"
5150
matplotlib = "^3.7.2"
5251
sphinx-rtd-theme = "^1.3.0"
52+
autodoc-pydantic = "^2.2.0"
5353

5454

5555
[build-system]

0 commit comments

Comments
 (0)