diff --git a/README.md b/README.md index da4e15e..3fa7ca1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ Detailed documentation is available in [HTML](https://rseichter.github.io/automx Submitting ideas, suggestions and bug reports in the form of [GitHub issues](https://github.com/rseichter/automx2/issues) is welcome. Please refer to -[this blog article](https://about.gitlab.com/blog/2016/03/03/start-with-an-issue/). To avoid Copyright issues, I do not +[this blog article](https://about.gitlab.com/blog/2016/03/03/start-with-an-issue/). To avoid copyright issues, I do not currently accept code contributions. I hope that this will change at some future date. However, it is possible to sponsor specific new features. Contact me via email to discuss this in detail. diff --git a/automx2/__init__.py b/automx2/__init__.py index 377fd3e..a24bd38 100644 --- a/automx2/__init__.py +++ b/automx2/__init__.py @@ -19,7 +19,7 @@ import logging IDENTIFIER = 'automx2' # Do not change this! -VERSION = '2021.5.dev1' +VERSION = '2021.5' PLACEHOLDER_ADDRESS = r'%EMAILADDRESS%' PLACEHOLDER_DOMAIN = r'%EMAILDOMAIN%'