Skip to content

Commit 57554ab

Browse files
committed
Update copyright year
1 parent 445bb19 commit 57554ab

5 files changed

Lines changed: 7 additions & 6 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-2019 Frederic Guillot
3+
Copyright (c) 2016-2020 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
1818
This library is compatible with Python >= 3.5.
1919

20-
Note: **Support for Python 2.7 has been dropped from version 1.1.0.**
20+
Note: **Support for Python 2.7 has been dropped since version 1.1.0.**
2121

2222
Examples
2323
========

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-2019 Frederic Guillot
3+
# Copyright (c) 2016-2020 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: 3 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-2019 Frederic Guillot
3+
# Copyright (c) 2016-2020 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
@@ -31,7 +31,7 @@ def readme():
3131
setup(
3232
name='kanboard',
3333
version='1.1.2',
34-
description='Client library for Kanboard API',
34+
description='Client library for Kanboard',
3535
long_description=readme(),
3636
keywords='kanboard api client',
3737
url='https://github.com/kanboard/python-api-client',
@@ -49,5 +49,6 @@ def readme():
4949
'Programming Language :: Python :: 3.5',
5050
'Programming Language :: Python :: 3.6',
5151
'Programming Language :: Python :: 3.7',
52+
'Programming Language :: Python :: 3.8',
5253
]
5354
)

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-2018 Frederic Guillot
3+
# Copyright (c) 2016-2020 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)