Skip to content

Commit

Permalink
Update _version.py and CHANGELOG.md due to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 12, 2025
1 parent 41c38af commit fb09d6c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@

___

# 6.3.2 (01-12-2025)

##### Bugs
- Fixed bug with `EBSPlot` due to handling of `labels` keyword, now defaults to a list with an empty string to avoid errors.

##### New Features
- Changed the source of `__version__` to `.version` for automatic updates on releases to GitHub and PyPI.

##### Documentation
- Documentation update.

##### Maintenance
- Updated publish workflow.
- Updated `_version.py` and `CHANGELOG.md` due to new release.
- Merge branch 'main' of github.com:romerogroup/pyprocar into main.

___

___

# 6.3.1 (10-11-2024)

##### Bugs
Expand Down
4 changes: 2 additions & 2 deletions pyprocar/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '6.3.1'
__version_tuple__ = version_tuple = (6, 3, 1)
__version__ = version = '6.3.2'
__version_tuple__ = version_tuple = (6, 3, 2)

0 comments on commit fb09d6c

Please sign in to comment.