File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 5.1.0] - 2024-02-13
11+
1012### Changed
1113
1214- Renamed ` World ` to the more standard name ` Registry ` in multiple places.
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2023 Kyle Benesch
3+ Copyright (c) 2023-2024 Kyle Benesch
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 99import importlib .metadata
1010
1111project = "tcod-ecs"
12- copyright = "2023, Kyle Benesch"
12+ copyright = "2023-2024 , Kyle Benesch"
1313author = "Kyle Benesch"
1414release = importlib .metadata .version (project )
1515version = "." .join (release .split ("." )[:2 ])
You can’t perform that action at this time.
0 commit comments