Skip to content

Commit 3641aa0

Browse files
committed
Update changelog, bump version
1 parent 6e2715d commit 3641aa0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.5]
9+
10+
### Added
11+
12+
- A WrappedDisk example
13+
14+
### Changed
15+
16+
- Bugfix: inner edges on OneCoreDisk
17+
- Bugfix: inner edges on WrappedDisk
18+
- Bugfix: WrappedDisk chopping instructions
19+
820
## [1.9.4]
921

1022
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "classy_blocks"
3-
version = "1.9.4"
3+
version = "1.9.5"
44
description = "Python classes for easier creation of openFoam's blockMesh dictionaries."
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)