Skip to content

Commit

Permalink
update license; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Mar 10, 2021
1 parent efac6a2 commit de28504
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Pronotepy has most of the essential features covered, but if you need anything t

## License

Copyright (c) 2020 bain, Xiloe
Copyright (c) 2020-2021 bain, Xiloe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'pronotepy'
copyright = '2020, bain, Xiloe'
copyright = '2021, bain, Xiloe'
author = 'bain, Xiloe'


Expand Down
2 changes: 1 addition & 1 deletion docs/source/license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
License
=======

Copyright (c) 2020 bain, Xiloe
Copyright (c) 2020-2021 bain, Xiloe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions pronotepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This whole package is licensed under the MIT license:
Copyright (c) 2020 bain, Xiloe
Copyright (c) 2020-2021 bain, Xiloe
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
Expand All @@ -21,7 +21,7 @@
__author__ = 'bain, Xiloe'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) bain, Xiloe'
__version__ = '1.2.0'
__version__ = '1.2.1'

from .pronoteAPI import Client, ParentClient
from .dataClasses import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='pronotepy',
version='1.2.0',
version='1.2.1',
description='A wrapper for the pronote "API"',
url='http://www.github.com/bain3/pronotepy',
author='bain',
Expand Down

0 comments on commit de28504

Please sign in to comment.