diff --git a/AUTHORS.rst b/AUTHORS.rst
index 07055f317cc47cfe7cabf186758243457ce76f17..fbc3fa1c5da2f8ed3bfa14ea470c78d0b336eae6 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -8,6 +8,6 @@
 Authors
 =======
 
-Invenio module containing the configuration for TU Wien.
+Invenio module containing some customizations and configuration for TU Wien.
 
-- TU Wien <maximilian.moser@tuwien.ac.at>
+- TU Wien <tudata@tuwien.ac.at>
diff --git a/CHANGES.rst b/CHANGES.rst
index 9798a6d4a2452e42b3afa36077b0b6a0fdef1283..3922c50cd3f27d1be028d3c083bdefd015eba1ac 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,6 @@
 Changes
 =======
 
-Version 0.1.0 (released TBD)
+Version 2021.1 (released 2021-07-15)
 
 - Initial public release.
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index b21623dee379ed7536f4d56dfaa2c67f9d662aa5..6cc8132969ee304dd5dd3f46da1f7a2e74d2c8da 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -10,7 +10,7 @@ Types of Contributions
 Report Bugs
 ~~~~~~~~~~~
 
-Report bugs at https://github.com/fair-data-austria/invenio-config-tuw/issues.
+Report bugs at https://gitlab.tuwien.ac.at/fairdata/invenio-config-tuw/issues.
 
 If you are reporting a bug, please include:
 
@@ -21,13 +21,13 @@ If you are reporting a bug, please include:
 Fix Bugs
 ~~~~~~~~
 
-Look through the GitHub issues for bugs. Anything tagged with "bug"
+Look through the GitLab issues for bugs. Anything tagged with "bug"
 is open to whoever wants to implement it.
 
 Implement Features
 ~~~~~~~~~~~~~~~~~~
 
-Look through the GitHub issues for features. Anything tagged with "feature"
+Look through the GitLab issues for features. Anything tagged with "feature"
 is open to whoever wants to implement it.
 
 Write Documentation
@@ -41,7 +41,7 @@ Submit Feedback
 ~~~~~~~~~~~~~~~
 
 The best way to send feedback is to file an issue at
-https://github.com/fair-data-austria/invenio-config-tuw/issues.
+https://gitlab.tuwien.ac.at/fairdata/invenio-config-tuw/issues.
 
 If you are proposing a feature:
 
@@ -55,12 +55,12 @@ Get Started!
 
 Ready to contribute? Here's how to set up `invenio-config-tuw` for local development.
 
-1. Fork the `fair-data-austria/invenio-config-tuw` repo on GitHub.
+1. Fork the `fairdata/invenio-config-tuw` repo on the TU Wien GitLab.
 2. Clone your fork locally:
 
    .. code-block:: console
 
-      $ git clone git@github.com:your_name_here/invenio-config-tuw.git
+      $ git clone git@gitlab.tuwien.ac.at:your_name_here/invenio-config-tuw.git
 
 3. Install your local copy into a virtualenv. Assuming you have
    virtualenvwrapper installed, this is how you set up your fork for local
@@ -90,7 +90,7 @@ Ready to contribute? Here's how to set up `invenio-config-tuw` for local develop
    (code style), PEP257 (documentation), flake8 as well as build the Sphinx
    documentation and run doctests.
 
-6. Commit your changes and push your branch to GitHub:
+6. Commit your changes and push your branch to GitLab:
 
    .. code-block:: console
 
@@ -103,16 +103,14 @@ Ready to contribute? Here's how to set up `invenio-config-tuw` for local develop
           -m "* Changes something that should not be visible in release notes."
       $ git push origin name-of-your-bugfix-or-feature
 
-7. Submit a pull request through the GitHub website.
+7. Submit a merge request through the TU Wien GitLab website.
 
-Pull Request Guidelines
------------------------
+Merge Request Guidelines
+------------------------
 
-Before you submit a pull request, check that it meets these guidelines:
+Before you submit a merge request, check that it meets these guidelines:
 
-1. The pull request should include tests and must not decrease test coverage.
-2. If the pull request adds functionality, the docs should be updated. Put
+1. The merge request should include tests and must not decrease test coverage.
+2. If the merge request adds functionality, the docs should be updated. Put
    your new functionality into a function with a docstring.
-3. The pull request should work for Python 2.7, 3.5 and 3.6. Check
-   https://travis-ci.org/fair-data-austria/invenio-config-tuw/pull_requests
-   and make sure that the tests pass for all supported Python versions.
+3. The merge request should work for Python 3.8+.
diff --git a/README.rst b/README.rst
index dead1980b69fdf46ab024a1cebd058d27db82a2d..0798954e47fdbeb0ccb6bdb5e92f1a55a0a34489 100644
--- a/README.rst
+++ b/README.rst
@@ -9,5 +9,5 @@
  Invenio-Config-TUW
 ====================
 
-Invenio module containing the configuration for TU Wien.
+Invenio module containing some customizations and configuration for TU Wien.
 
diff --git a/docs/conf.py b/docs/conf.py
index 5a1ac6bd35f6550c5293139fca06033b4ee43c37..e698fcdf9803763747f914666bcfe771b807843f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -116,14 +116,14 @@ todo_include_todos = False
 html_theme = "alabaster"
 
 html_theme_options = {
-    "description": "Invenio module containing the configuration for TU Wien.",
-    "github_user": "inveniosoftware",
-    "github_repo": "invenio-config-tuw",
-    "github_button": False,
-    "github_banner": True,
+    "description": "Invenio module containing some customizations and configuration for TU Wien.",
+    "gitlab_user": "fairdata",
+    "gitlab_repo": "invenio-config-tuw",
+    "gitlab_button": False,
+    "gitlab_banner": True,
     "show_powered_by": False,
     "extra_nav_links": {
-        "invenio-config-tuw@GitHub": "https://github.com/fair-data-austria/invenio-config-tuw",
+        "invenio-config-tuw@GitLab": "https://gitlab.tuwien.ac.at/fairdata/invenio-config-tuw",
         "invenio-config-tuw@PyPI": "https://pypi.python.org/pypi/invenio-config-tuw/",
     },
 }
@@ -302,7 +302,7 @@ texinfo_documents = [
         u"Invenio-Config-TUW Documentation",
         author,
         "invenio-config-tuw",
-        "Invenio module containing the configuration for TU Wien.",
+        "Invenio module containing some customizations and configuration for TU Wien.",
         "Miscellaneous",
     ),
 ]
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index f8b31594de3951e115309dbaacddb25123029be5..3deb50c126612e0acbd32dbb3b0909d58ec993a9 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -5,7 +5,7 @@
 # Invenio-Config-TUW is free software; you can redistribute it and/or modify
 # it under the terms of the MIT License; see LICENSE file for more details.
 
-"""Invenio module containing the configuration for TU Wien."""
+"""Invenio module containing some customizations and configuration for TU Wien."""
 
 from .ext import InvenioConfigTUW
 from .version import __version__
diff --git a/invenio_config_tuw/auth/__init__.py b/invenio_config_tuw/auth/__init__.py
index 5c80e51834417bf6848aa264babbd9e4a57e490e..010295c99e843693863eec3513f0cc34ffb282a9 100644
--- a/invenio_config_tuw/auth/__init__.py
+++ b/invenio_config_tuw/auth/__init__.py
@@ -5,7 +5,7 @@
 # Invenio-Config-TUW is free software; you can redistribute it and/or modify
 # it under the terms of the MIT License; see LICENSE file for more details.
 
-"""Invenio module containing the configuration for TU Wien."""
+"""Invenio module containing some customizations and configuration for TU Wien."""
 
 from .config import TUWSSOSettingsHelper
 from .handlers import authorized_signup_handler, info_handler, signup_handler
diff --git a/invenio_config_tuw/config.py b/invenio_config_tuw/config.py
index 5e0ad0c5200deb387153bc5ebbdffeb9864a1019..b5ce6877fb59556076890a33c6c46fd8843f41e2 100644
--- a/invenio_config_tuw/config.py
+++ b/invenio_config_tuw/config.py
@@ -5,7 +5,7 @@
 # Invenio-Config-TUW is free software; you can redistribute it and/or modify
 # it under the terms of the MIT License; see LICENSE file for more details.
 
-"""Invenio module containing the configuration for TU Wien."""
+"""Invenio module containing some customizations and configuration for TU Wien."""
 
 from datetime import datetime
 
diff --git a/invenio_config_tuw/ext.py b/invenio_config_tuw/ext.py
index 9c74d806471a6f753c4c81e2d68bb9db59635400..27e3ad4a3172e228b88230305673173c3ca83d7d 100644
--- a/invenio_config_tuw/ext.py
+++ b/invenio_config_tuw/ext.py
@@ -5,7 +5,7 @@
 # Invenio-Config-TUW is free software; you can redistribute it and/or modify
 # it under the terms of the MIT License; see LICENSE file for more details.
 
-"""Invenio module containing the configuration for TU Wien."""
+"""Invenio module containing some customizations and configuration for TU Wien."""
 
 from flask_security.signals import user_registered
 
diff --git a/invenio_config_tuw/version.py b/invenio_config_tuw/version.py
index 042d7358525d11ca6bde6a77c613069c3f5c5bb9..10827f164a4b61655e93c24dd988c3ad55517062 100644
--- a/invenio_config_tuw/version.py
+++ b/invenio_config_tuw/version.py
@@ -11,4 +11,4 @@ This file is imported by ``invenio_config_tuw.__init__``,
 and parsed by ``setup.py``.
 """
 
-__version__ = "1.0.0.dev20200000"
+__version__ = "2021.1"
diff --git a/setup.cfg b/setup.cfg
index bc3409a7aa451de986370356407389109e25984e..1c5d95c37111d38987c689d2d59955c5b848fa2e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ directory = invenio_config_tuw/translations/
 
 [extract_messages]
 copyright_holder = TU Wien
-msgid_bugs_address = maximilian.moser@tuwien.ac.at
+msgid_bugs_address = tudata@tuwien.ac.at
 mapping-file = babel.ini
 output-file = invenio_config_tuw/translations/messages.pot
 add-comments = NOTE
diff --git a/setup.py b/setup.py
index b4abbcc0132425b89b4efcd25fd7bce5a2bf3c53..c53ca699c8cd9f74a25aef64db609cd18b5d8082 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 # Invenio-Config-TUW is free software; you can redistribute it and/or modify
 # it under the terms of the MIT License; see LICENSE file for more details.
 
-"""Invenio module containing the configuration for TU Wien."""
+"""Invenio module containing some customizations and configuration for TU Wien."""
 
 import os
 
@@ -62,8 +62,8 @@ setup(
     keywords="invenio tu wien configuration",
     license="MIT",
     author="TU Wien",
-    author_email="maximilian.moser@tuwien.ac.at",
-    url="https://github.com/fair-data-austria/invenio-config-tuw",
+    author_email="tudata@tuwien.ac.at",
+    url="https://gitlab.tuwien.ac.at/fairdata/invenio-config-tuw",
     packages=packages,
     zip_safe=False,
     include_package_data=True,
@@ -99,9 +99,7 @@ setup(
         "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
         "Topic :: Software Development :: Libraries :: Python Modules",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.6",
-        "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
-        "Development Status :: 1 - Planning",
+        "Development Status :: 4 - Beta",
     ],
 )