Skip to content

Commit

Permalink
minor version release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Apr 22, 2024
1 parent 1a4f806 commit 3fdba30
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog
All notable pypsbuilder changes.

## master

## [2.4.2] - 2024-04-23
### Fixed
- another fix of and-ky-sill triple point linking
## [2.4.1] - 2024-03-07
### Fixed
- fixed and-ky-sill triple point uniline suggestions
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# The short X.Y version.
version = "2.4"
# The full version, including alpha/beta/rc tags.
release = "2.4.1"
release = "2.4.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pypsbuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"get_tcapi",
)

__version__ = "2.4.1"
__version__ = "2.4.2"
__author__ = "Ondrej Lexa"
__copyright__ = "© Ondrej Lexa 2024"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.1
current_version = 2.4.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="pypsbuilder",
version="2.4.1",
version="2.4.2",
description="THERMOCALC front-end for constructing and analyzing PT pseudosections",
long_description=readme + "\n\n" + changelog,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3fdba30

Please sign in to comment.