Skip to content

Commit

Permalink
Version bumped to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKua007 committed Dec 2, 2023
1 parent 0453699 commit 6fad352
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ library (later, with Python bindings as well).

## [Unreleased]


## [1.2.0] - 2023-12-03

### Fixed

* Corrected [RAMSNAP](docs/output-formats.md#class-ramsnap) format documentation.
Expand Down Expand Up @@ -70,7 +73,8 @@ During the development stage (0.x versions) no changelog was maintained. The cha
[Unreleased]: https://github.com/PKua007/rampack/compare/latest..dev-minor
[latest]: https://github.com/PKua007/rampack/releases/tag/latest
[v1]: https://github.com/PKua007/rampack/releases/tag/v1
[1.1.0]: https://github.com/PKua007/rampack/releases/tag/v1.0.0
[1.2.0]: https://github.com/PKua007/rampack/releases/tag/v1.2.0
[1.1.0]: https://github.com/PKua007/rampack/releases/tag/v1.1.0
[1.0.0]: https://github.com/PKua007/rampack/releases/tag/v1.0.0


Expand Down
2 changes: 1 addition & 1 deletion sample_inputs/integration.pyon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rampack(
version = "1.1.0",
version = "1.2.0",
arrangement = lattice(cell=sc, box_dim=100, n_shapes=1000),
temperature = 1,
move_types = [translation(step=10)],
Expand Down
2 changes: 1 addition & 1 deletion sample_inputs/overlap_reduction.pyon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rampack(
version = "1.1.0",
version = "1.2.0",
arrangement = lattice(cell=sc, box_dim=7, n_shapes=512),
temperature = 1,
pressure = 20,
Expand Down

0 comments on commit 6fad352

Please sign in to comment.