Skip to content

Commit

Permalink
minor version release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Dec 21, 2023
1 parent 5459c25 commit f63488d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog
All notable pypsbuilder changes.

## [2.3.7] - master
## [2.4.0] - 2023-12-21
### Fixed
- important collect_grid_data bug causing isopleths twisting fixed.
- collect_ptpath missing field check added
- collect_grid_data bug (twsited isopleths) fixed
- remove_grid_data method added
- isopleths bivariate spline method added
## [2.3.6] - 2023-12-13
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
# built documents.
#
# The short X.Y version.
version = "2.3"
version = "2.4"
# The full version, including alpha/beta/rc tags.
release = "2.3.7"
release = "2.4.0"

# 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.3.7"
__version__ = "2.4.0"
__author__ = "Ondrej Lexa"
__copyright__ = "© Ondrej Lexa 2023"
__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.3.7
current_version = 2.4.0
commit = True
tag = False

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.3.7",
version="2.4.0",
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 f63488d

Please sign in to comment.