Skip to content

Commit

Permalink
Adjust year of copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Feb 24, 2023
1 parent 4f61579 commit 46415ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Contributors ordered by number of commits:
==========================================
Manuel Giffels <[email protected]>
Max Fischer <[email protected]>
Alexander Haas <[email protected]>
Stefan Kroboth <[email protected]>
Alexander Haas <[email protected]>
Eileen Kuehn <[email protected]>
matthias.schnepf <[email protected]>
ubdsv <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
.. Created by changelog.py at 2023-02-23, command
.. Created by changelog.py at 2023-02-24, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
#########
CHANGELOG
#########

[Unreleased] - 2023-02-23
[Unreleased] - 2023-02-24
=========================

Added
-----

* Introduce a TARDIS REST API to query the state of resources from SqlRegistry
* Ensure python3.10 compatibility
* Added support for manual draining of drones using the REST API
* Add support for passing environment variables as executable arguments to support HTCondor grid universe
* Added support for application credentials of the OpenStack site adapter
* Added a new site adapter to use Lancium compute as resource provider
* Ensure python3.10 compatibility

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion tardis/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
__version__ = "0.7.0"
__author__ = "Manuel Giffels, Matthias Schnepf"
__email__ = "[email protected]"
__copyright__ = "2018 - 2022 %s and Contributors" % __author__
__copyright__ = "2018 - 2023 %s and Contributors" % __author__
__keywords__ = "asyncio tardis cloud scheduler"

0 comments on commit 46415ed

Please sign in to comment.