Skip to content

Commit 4ddad7c

Browse files
committed
Add release notes and update version
1 parent ff71d1d commit 4ddad7c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.5.0
2+
3+
In Seeder, add the ability to reseed generators with either
4+
1. a different seed for each worker (the existing functionality) or
5+
2. the same seed for each worker (added functionality).
6+
17
# Release 0.4.0
28

39
## Enhanced Functionality

fwr13y/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
# ========================================================================
1515

16-
__version__ = "0.4.0"
16+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)