update copyright dates and history
This commit is contained in:
parent
a0d69f1e33
commit
f78afe727b
|
@ -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)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
2
LICENSE
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue