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 Oct 11, 2024
1 parent 32c8077 commit 7a73cf7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@

___

# 6.3.1 (10-11-2024)

##### Bugs
- Bug Fix: The method to export band structure did not account for `self.kpath` being `None` due to `atomicplot`.

##### New Features
- Added updated workflow script.

##### Documentation
- Updated CHANGELOG.md.

##### Maintenance
- Updated GitHub workflow scripts.
- Updated `_version.py` and CHANGELOG.md due to new release.

___

___

# 6.3.0 (10-03-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.0'
__version_tuple__ = version_tuple = (6, 3, 0)
__version__ = version = '0.0.0'
__version_tuple__ = version_tuple = (0, 0, 0)

0 comments on commit 7a73cf7

Please sign in to comment.