Skip to content

Commit 6369f51

Browse files
committed
bump: 0.5.0a1 → 0.5.0a2 [skip ci]
1 parent 1bd4e00 commit 6369f51

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cipher-parse==0.5.0a1
1+
cipher-parse==0.5.0a2

CHANGELOG-dev.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
<a name="v0.5.0a2"></a>
3+
## [v0.5.0a2](https://github.com/LightForm-group/cipher-parse/compare/v0.5.0a1...v0.5.0a2) - 2023.03.03
4+
5+
### ✨ Features
6+
7+
* add ability to sample orientations from a linear orientation gradient
8+
9+
### 🐛 Bug Fixes
10+
11+
* CIPHEROutput.to_JSON and CIPHERGeometry._get_phase_orientation
12+
13+
214
<a name="v0.5.0a1"></a>
315
## [v0.5.0a1](https://github.com/LightForm-group/cipher-parse/compare/v0.5.0a0...v0.5.0a1) - 2023.02.15
416

cipher_parse/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0a1"
1+
__version__ = "0.5.0a2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cipher-parse"
3-
version = "0.5.0a1"
3+
version = "0.5.0a2"
44
description = "Pre- and post-processing for the phase-field code CIPHER."
55
authors = ["aplowman <adam.plowman@manchester.ac.uk>"]
66
license = "MIT"
@@ -47,7 +47,7 @@ notebook = ["notebook"]
4747

4848
[tool.commitizen]
4949
name = "cz_conventional_commits"
50-
version = "0.5.0a1"
50+
version = "0.5.0a2"
5151
tag_format = "v$version"
5252
version_files = [
5353
"pyproject.toml:version",

0 commit comments

Comments
 (0)