Skip to content

Commit

Permalink
Bump version and update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 25, 2024
1 parent ed9dcc0 commit f47c132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release History
===============

master
------
0.4.4 (2024-12-25)
------------------

* Add GitHub Action for automated Linux, MacOS and Windows builds. [#107](https://github.com/camelot-dev/excalibur/pull/107) by [arky](https://github.com/arky).

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Project information -----------------------------------------------------

project = "Excalibur"
copyright = "2018, Camelot Developers"
copyright = "2024, Camelot Developers"
author = "Camelot Developers"

# The short X.Y version
Expand Down
2 changes: 1 addition & 1 deletion excalibur/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 3)
VERSION = (0, 4, 4)
PRERELEASE = None # alpha, beta or rc
REVISION = None

Expand Down

0 comments on commit f47c132

Please sign in to comment.