Skip to content

Commit

Permalink
add changelog, remove unneeded license year
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jul 28, 2024
1 parent e35534a commit 913c2eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2023 pyprep developers
Copyright (c) 2018 pyprep developers

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
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from datetime import date

import sphinx_bootstrap_theme
import sphinx_gallery # noqa: F401

import pyprep

Expand All @@ -18,7 +17,7 @@
# -- Project information -----------------------------------------------------
project = "pyprep"
_today = date.today()
copyright = f"2018-{_today.year}, pyprep developers. Last updated {_today.isoformat()}"
copyright = f"2018, pyprep developers. Last updated {_today.isoformat()}"
author = "pyprep developers"

# The short X.Y version
Expand Down
4 changes: 4 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug
~~~
- nothing yet

Code health
~~~~~~~~~~~
- Make ``pyprep`` compatible with ``Numpy 2``, be `Stefan Appelhoff`_ (:gh:`148`)

.. _changes_0_4_3:

Version 0.4.3 (2023-10-27)
Expand Down

0 comments on commit 913c2eb

Please sign in to comment.