Skip to content

Commit

Permalink
Prepare 5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Feb 13, 2024
1 parent a81967c commit 833e1e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.0] - 2024-02-13

### Changed

- Renamed `World` to the more standard name `Registry` in multiple places.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Kyle Benesch
Copyright (c) 2023-2024 Kyle Benesch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import importlib.metadata

project = "tcod-ecs"
copyright = "2023, Kyle Benesch"
copyright = "2023-2024, Kyle Benesch"
author = "Kyle Benesch"
release = importlib.metadata.version(project)
version = ".".join(release.split(".")[:2])
Expand Down

0 comments on commit 833e1e3

Please sign in to comment.