v1.1.2.rst 426 Bytes

================
Changelog v1.1.2
================

* Unpublish projects when they have been inactive in the last 3 months.

Upgrading
=========

.. note::
Please, backup the database before continuing.

In order to upgrade you will have to pull the new code, and then run the
following command to upgrade the database::

source env/bin/activate
alembic upgrade head

Then restart your server, and you will be done.