Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Oct 18, 2020
1 parent d0d2cde commit 487620a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 0.2.4
- (#42) Add support for randcase-like functionality, with a randselect method
- (#34) Add support for solve ordering with a solve_order statement

## 0.2.3
- (#41) Correct an issue with the slice operator used in procedural code

Expand Down
2 changes: 1 addition & 1 deletion etc/ivpm.info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

name=pyvsc
version=0.2.3
version=0.2.4

2 changes: 1 addition & 1 deletion ve/unit/test_inline_randomization.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ def post_randomize(self):
self.randomize_offset()

sol = solution()
sol.randomize()
sol.randomize()


0 comments on commit 487620a

Please sign in to comment.