Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Dec 31, 2019
1 parent 45ac902 commit 04f9530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ History:

<see Git checking messages for history>

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

4.0.2 2019/02/23
- new contributor: foone
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MIT License
Copyright (c) 2016-2019, Mickaël 'Tiger-222' Schoentgen
Copyright (c) 2016-2020, Mickaël 'Tiger-222' Schoentgen

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 @@ -19,7 +19,7 @@

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

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion mss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__version__ = "5.0.0"
__author__ = "Mickaël 'Tiger-222' Schoentgen"
__copyright__ = """
Copyright (c) 2013-2019, Mickaël 'Tiger-222' Schoentgen
Copyright (c) 2013-2020, Mickaël 'Tiger-222' Schoentgen
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee or royalty is hereby
Expand Down

0 comments on commit 04f9530

Please sign in to comment.