File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016-2021 Frederic Guillot
3+ Copyright (c) 2016-2022 Frederic Guillot
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
3131setup (
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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments