diff --git a/HISTORY.rst b/HISTORY.rst index 344357c..552bfc4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +0.7.0 (2020-01-14) +++++++++++++++++++ + +* Added ``matched`` attribue to ``Match`` objects containing the matched part + of the sequence. +* Added support for CPython 3.8. Now supporting CPython 2.7 and 3.4-3.8. + 0.6.2 (2019-04-22) ++++++++++++++++++ diff --git a/LICENSE b/LICENSE index 3cb7771..9faec35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2018 taleinat +Copyright (c) 2013-2020 taleinat 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 diff --git a/docs/conf.py b/docs/conf.py index 7dac10e..8c7b4c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ master_doc = 'index' # General information about the project. project = u'fuzzysearch' -copyright = u'2013-2015, Tal Einat' +copyright = u'2013-2020, Tal Einat' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the