diff --git a/LICENSE.txt b/LICENSE.txt index fc3d936..ab17e1b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ All files except retf.txt are licensed as follows ================================================= -Copyright (c) 2014-2016 Marti Raudsepp & contributors +Copyright (c) 2014-2020 Marti Raudsepp & contributors 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/README.rst b/README.rst index 8b4d93a..90f6148 100644 --- a/README.rst +++ b/README.rst @@ -44,8 +44,15 @@ Resources Changelog --------- -UNRELEASED +0.3.0 (2020-06-02) +Note: This will be the last release to support Python 2.7. + +* Updated bundled ruleset (thanks to Oscar Caballero) +* Added --disable option to disable individual rules (thanks to Oscar Caballero) +* Fixed behavior when replacement string contains $ symbol (thanks to Oscar Caballero) +* Prefer the faster lxml parser when it is installed. lxml is now an optional dependency + (thanks to Oscar Caballero) * Added Python 3.7 support, deprecated Python 3.3 and 3.4. 0.2.2 (2016-12-16) diff --git a/setup.py b/setup.py index f9c6f04..8f692ba 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='topy', - version='0.2.2', + version='0.3.0', # PyPI metadata author='Marti Raudsepp',