diff --git a/AUTHORS.rst b/AUTHORS.rst
index 0dd32546058c43dee069b1f31ae15665d9e01dcb..ca6b40531a0ebb647d837b391a34298d30e6f8f5 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -10,4 +10,4 @@ Authors
TU Wien theme for Invenio (RDM).
-- TU Wien <maximilian.moser@tuwien.ac.at>
+- TU Wien <tudata@tuwien.ac.at>
diff --git a/CHANGES.rst b/CHANGES.rst
index ba1ee3c92a93072625cdb29f2006b13c5232784f..cd77508702c4ad99693bbc82c9f4b15017e9c6e9 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 8bd0a8d6979366ae8f520e86f3cf066dd50204e1..db17e5ef8f4f4ffdd653e5ab33aeb972d5ff200c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -10,7 +10,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
-Report bugs at https://github.com/inveniosoftware/invenio-theme-tuw/issues.
+Report bugs at https://gitlab.tuwien.ac.at/fairdata/invenio-theme-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/inveniosoftware/invenio-theme-tuw/issues.
+https://gitlab.tuwien.ac.at/fairdata/invenio-theme-tuw/issues.
If you are proposing a feature:
@@ -55,12 +55,12 @@ Get Started!
Ready to contribute? Here's how to set up `invenio-theme-tuw` for local development.
-1. Fork the `inveniosoftware/invenio-theme-tuw` repo on GitHub.
+1. Fork the `inveniosoftware/invenio-theme-tuw` repo on GitLab.
2. Clone your fork locally:
.. code-block:: console
- $ git clone git@github.com:your_name_here/invenio-theme-tuw.git
+ $ git clone git@gitlab.tuwien.ac.at:your_name_here/invenio-theme-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-theme-tuw` for local developm
(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-theme-tuw` for local developm
-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 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/inveniosoftware/invenio-theme-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/docs/conf.py b/docs/conf.py
index 880ef3871d6ff5140f41b93cd6fcaa1f606229f7..3415a998a17d88cf041bbba930b369794cb38e37 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -117,13 +117,13 @@ html_theme = "alabaster"
html_theme_options = {
"description": "TU Wien theme for Invenio (RDM).",
- "github_user": "inveniosoftware",
- "github_repo": "invenio-theme-tuw",
- "github_button": False,
- "github_banner": True,
+ "gitlab_user": "fairdata",
+ "gitlab_repo": "invenio-theme-tuw",
+ "gitlab_button": False,
+ "gitlab_banner": True,
"show_powered_by": False,
"extra_nav_links": {
- "invenio-theme-tuw@GitHub": "https://github.com/inveniosoftware/invenio-theme-tuw",
+ "invenio-theme-tuw@GitLab": "https://gitlab.tuwien.ac.at/fairdata/invenio-theme-tuw",
"invenio-theme-tuw@PyPI": "https://pypi.python.org/pypi/invenio-theme-tuw/",
},
}
diff --git a/invenio_theme_tuw/version.py b/invenio_theme_tuw/version.py
index 30cb9cd7417b07348ca6ddf6c30655f50e053649..2c5220bc3cdc651cca289d122f47ce6c4a5dc405 100644
--- a/invenio_theme_tuw/version.py
+++ b/invenio_theme_tuw/version.py
@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
-__version__ = "1.0.0.dev20200000"
+__version__ = "2021.1"
diff --git a/setup.cfg b/setup.cfg
index e28ca56de22f7b79d65179568cce1c2a6ea13190..2dd9c1b73664b4d3bb3a977b5ccb200c1aa556bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,7 @@ directory = invenio_theme_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_theme_tuw/translations/messages.pot
add-comments = NOTE
diff --git a/setup.py b/setup.py
index e6c686a6bd7db32ff4d2775950c461f03eaaa0d7..c6aaaeede15b8278671acb396211c3e561328a94 100644
--- a/setup.py
+++ b/setup.py
@@ -54,11 +54,11 @@ setup(
version=version,
description=__doc__,
long_description=readme + "\n\n" + history,
- keywords="invenio TODO",
+ keywords="invenio theme tuw",
license="MIT",
author="TU Wien",
- author_email="maximilian.moser@tuwien.ac.at",
- url="https://github.com/inveniosoftware/invenio-theme-tuw",
+ author_email="tudata@tuwien.ac.at",
+ url="https://gitlab.tuwien.ac.at/fairdata/invenio-theme-tuw",
packages=packages,
zip_safe=False,
include_package_data=True,
@@ -87,9 +87,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",
],
)