Skip to content

Commit 04f9530

Browse files
committed
Release 5.0.0
1 parent 45ac902 commit 04f9530

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ History:
22

33
<see Git checking messages for history>
44

5-
5.0.0 2019/xx/xx
5+
5.0.0 2019/12/31
66
- removed support for Python 2.7
77
- MSS: improve type annotations and add CI check
88
- MSS: use __slots__ for better performances
@@ -13,6 +13,7 @@ History:
1313
- doc: add an example using the multiprocessing module (closes #82)
1414
- tests: added regression tests for #128 and #135
1515
- tests: move tests files into the package
16+
- :heart: contributors: @hugovk, @foone, @SergeyKalutsky
1617

1718
4.0.2 2019/02/23
1819
- new contributor: foone

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MIT License
2-
Copyright (c) 2016-2019, Mickaël 'Tiger-222' Schoentgen
2+
Copyright (c) 2016-2020, Mickaël 'Tiger-222' Schoentgen
33

44
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:
55

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# General information about the project.
2121
project = "Python MSS"
22-
copyright = "2013-2019, Mickaël 'Tiger-222' Schoentgen & contributors"
22+
copyright = "2013-2020, Mickaël 'Tiger-222' Schoentgen & contributors"
2323
author = "Tiger-222"
2424

2525
# The version info for the project you're documenting, acts as replacement for

mss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__version__ = "5.0.0"
1616
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1717
__copyright__ = """
18-
Copyright (c) 2013-2019, Mickaël 'Tiger-222' Schoentgen
18+
Copyright (c) 2013-2020, Mickaël 'Tiger-222' Schoentgen
1919
2020
Permission to use, copy, modify, and distribute this software and its
2121
documentation for any purpose and without fee or royalty is hereby

0 commit comments

Comments
 (0)