-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version, changelog, schema for 2.6.3
- Loading branch information
1 parent
0fdda6d
commit 9a2276a
Showing
6 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tidy3d" | ||
version = "2.6.2" | ||
version = "2.6.3" | ||
description = "A fast FDTD solver" | ||
authors = ["Tyler Hughes <[email protected]>"] | ||
license = "LGPLv2+" | ||
|
@@ -186,7 +186,7 @@ lint.select = [ | |
] | ||
|
||
[tool.bumpversion] | ||
current_version = "2.6.2" | ||
current_version = "2.6.3" | ||
parse = """(?x) | ||
(?P<major>0|[1-9]\\d*)\\. | ||
(?P<minor>0|[1-9]\\d*)\\. | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""DO NOT EDIT: Modified automatically with .bump2version.cfg""" | ||
__version__ = "2.6.2" | ||
__version__ = "2.6.3" |