Skip to content

Commit

Permalink
Get ready for 0.2.3 (#51)
Browse files Browse the repository at this point in the history
* Update Python version

* Update LICENSE year

* Update changelog.rst
  • Loading branch information
LouisCarpentier42 authored Dec 2, 2024
1 parent f74788f commit de439ec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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) 2023 KU Leuven, DTAI Research Group
Copyright (c) 2023-2025 KU Leuven, DTAI Research Group

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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ to find more information about how you can contribute!

## License

Copyright (c) 2023 KU Leuven, DTAI Research Group
Copyright (c) 2023-2025 KU Leuven, DTAI Research Group

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
4 changes: 2 additions & 2 deletions docs/additional_information/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog

All notable changes to this project will be documented in this file.

Latest
------
[0.2.3] - 2024-12-02
--------------------

Added
^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'dtaianomaly'
copyright = '2023, DTAI'
copyright = '2023-2025, DTAI'
author = 'Louis Carpentier \\and Nick Seeuws'

with open('../pyproject.toml', 'r') as f:
Expand Down
2 changes: 1 addition & 1 deletion dtaianomaly/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2.dev'
__version__ = '0.2.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dtaianomaly"
version = "0.2.2"
version = "0.2.3"
description = "A simple-to-use Python package for time series anomaly detection!"
requires-python = ">=3.8,<=3.12"
authors = [
Expand Down

0 comments on commit de439ec

Please sign in to comment.