Skip to content

Commit d5d0a4b

Browse files
committed
Update copyright year and Python classifiers
1 parent 93995cf commit d5d0a4b

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2021 Frederic Guillot
3+
Copyright (c) 2016-2022 Frederic Guillot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

kanboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2016-2020 Frederic Guillot
3+
# Copyright (c) 2016-2022 Frederic Guillot
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2016-2020 Frederic Guillot
3+
# Copyright (c) 2016-2022 Frederic Guillot
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@ def readme():
3030

3131
setup(
3232
name='kanboard',
33-
version='1.1.3',
33+
version='1.1.4',
3434
description='Client library for Kanboard',
3535
long_description=readme(),
3636
keywords='kanboard api client',
@@ -50,5 +50,7 @@ def readme():
5050
'Programming Language :: Python :: 3.6',
5151
'Programming Language :: Python :: 3.7',
5252
'Programming Language :: Python :: 3.8',
53+
'Programming Language :: Python :: 3.9',
54+
'Programming Language :: Python :: 3.10',
5355
]
5456
)

test_kanboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2016-2020 Frederic Guillot
3+
# Copyright (c) 2016-2022 Frederic Guillot
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)