Skip to content

Commit bd31451

Browse files
author
Iago Veloso
committed
Adding release notes for version 3.0.1
1 parent 43b02f6 commit bd31451

9 files changed

+83
-17
lines changed

docs/source/installation/install_web_app.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ To allow RadioCo to generate correct dates it's necessary to set the timezone va
99
3. Add to the local settings the variable timezone, for example: TIME_ZONE = "Europe/Madrid"
1010

1111

12+
******************
13+
Installing locally
14+
******************
15+
16+
This tutorial is written for Python 2.7 and Ubuntu 12.04 or later.
17+
18+
Ubuntu
19+
======
20+
21+
The easiest way of installing the app is using `Docker engine <https://docs.docker.com/engine/>`_,
22+
follow the `installation steps <https://docs.docker.com/engine/installation/>`_ to install Docker.
23+
24+
1225
Open a terminal and introduce the following commands:
1326

1427
.. code-block:: bash
@@ -47,7 +60,7 @@ Execute the next command to deploy the app in docker, this step take some time:
4760

4861

4962
Testing
50-
=======
63+
-------
5164

5265
Let’s verify your installation
5366

@@ -67,6 +80,9 @@ The Internet is a hostile environment.
6780
Before deploying this project, you should take some time to review your settings, with security, performance, and operations in mind.
6881
Keep in mind `this critical settings <https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/#critical-settings>`_.
6982

83+
Locally
84+
=======
85+
7086
RadioCo provides a staging environment, safer than the previous one but still insecure, **use at your own risk**.
7187

7288

docs/source/source_code/radioco.apps.global_settings.migrations.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ radioco.apps.global_settings.migrations.0006_auto_20160116_1509 module
5252
:undoc-members:
5353
:show-inheritance:
5454

55-
radioco.apps.global_settings.migrations.0007_dev_calendarconfiguration_tweaks module
56-
------------------------------------------------------------------------------------
55+
radioco.apps.global_settings.migrations.0007__v3_0__calendarconfiguration_tweaks module
56+
---------------------------------------------------------------------------------------
5757

58-
.. automodule:: radioco.apps.global_settings.migrations.0007_dev_calendarconfiguration_tweaks
58+
.. automodule:: radioco.apps.global_settings.migrations.0007__v3_0__calendarconfiguration_tweaks
5959
:members:
6060
:undoc-members:
6161
:show-inheritance:
6262

63-
radioco.apps.global_settings.migrations.0008_dev_radiocomconfiguration module
64-
-----------------------------------------------------------------------------
63+
radioco.apps.global_settings.migrations.0008__v3_0__radiocomconfiguration module
64+
--------------------------------------------------------------------------------
6565

66-
.. automodule:: radioco.apps.global_settings.migrations.0008_dev_radiocomconfiguration
66+
.. automodule:: radioco.apps.global_settings.migrations.0008__v3_0__radiocomconfiguration
6767
:members:
6868
:undoc-members:
6969
:show-inheritance:

docs/source/source_code/radioco.apps.programmes.migrations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ radioco.apps.programmes.migrations.0008_auto_20160116_1509 module
6868
:undoc-members:
6969
:show-inheritance:
7070

71-
radioco.apps.programmes.migrations.0009_dev_auto_20160820_1634 module
72-
---------------------------------------------------------------------
71+
radioco.apps.programmes.migrations.0009__v3_0__small_tweaks module
72+
------------------------------------------------------------------
7373

74-
.. automodule:: radioco.apps.programmes.migrations.0009_dev_auto_20160820_1634
74+
.. automodule:: radioco.apps.programmes.migrations.0009__v3_0__small_tweaks
7575
:members:
7676
:undoc-members:
7777
:show-inheritance:

docs/source/source_code/radioco.apps.radioco.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Subpackages
77
.. toctree::
88

99
radioco.apps.radioco.management
10+
radioco.apps.radioco.migrations
1011
radioco.apps.radioco.tests
1112

1213
Submodules

docs/source/source_code/radioco.apps.schedules.migrations.rst

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,34 @@ radioco.apps.schedules.migrations.0001_initial module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
radioco.apps.schedules.migrations.0002_dev_schedules module
16-
-----------------------------------------------------------
15+
radioco.apps.schedules.migrations.0002__v3_0__renaming_calendar_model module
16+
----------------------------------------------------------------------------
1717

18-
.. automodule:: radioco.apps.schedules.migrations.0002_dev_schedules
18+
.. automodule:: radioco.apps.schedules.migrations.0002__v3_0__renaming_calendar_model
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
radioco.apps.schedules.migrations.0003__v3_0__create_excludeddates_model module
24+
-------------------------------------------------------------------------------
25+
26+
.. automodule:: radioco.apps.schedules.migrations.0003__v3_0__create_excludeddates_model
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:
30+
31+
radioco.apps.schedules.migrations.0004__v3_0__adding_rrules module
32+
------------------------------------------------------------------
33+
34+
.. automodule:: radioco.apps.schedules.migrations.0004__v3_0__adding_rrules
35+
:members:
36+
:undoc-members:
37+
:show-inheritance:
38+
39+
radioco.apps.schedules.migrations.0005__v3_0__migrating_schedules_to_unique_calendar module
40+
-------------------------------------------------------------------------------------------
41+
42+
.. automodule:: radioco.apps.schedules.migrations.0005__v3_0__migrating_schedules_to_unique_calendar
1943
:members:
2044
:undoc-members:
2145
:show-inheritance:

docs/source/source_code/radioco.apps.users.migrations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ radioco.apps.users.migrations.0003_auto_20160104_2029 module
2828
:undoc-members:
2929
:show-inheritance:
3030

31-
radioco.apps.users.migrations.0004_dev_ckeditor_upload_field module
32-
-------------------------------------------------------------------
31+
radioco.apps.users.migrations.0004__v3_0__ckeditor_upload_field module
32+
----------------------------------------------------------------------
3333

34-
.. automodule:: radioco.apps.users.migrations.0004_dev_ckeditor_upload_field
34+
.. automodule:: radioco.apps.users.migrations.0004__v3_0__ckeditor_upload_field
3535
:members:
3636
:undoc-members:
3737
:show-inheritance:

docs/source/upgrade/3.0.1.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
###################
2+
3.0.1 release notes
3+
###################
4+
5+
*******************
6+
What's new in 3.0.1
7+
*******************
8+
9+
* Fixing invoke commands.
10+
* Simplified docker setup.
11+
12+
Take a look to our installation section.
13+
14+
********************
15+
How this affects you
16+
********************
17+
18+
If you’re starting with a new installation, you don’t need to worry about this.
19+
Don’t even bother reading this section; it’s for upgraders.
20+
21+
You need to replace your current source with the content of https://github.com/iago1460/django-radio.
22+
To setup your settings please read the configuration section.
23+
24+
This update doesn't require any further steps.

docs/source/upgrade/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ on any process that makes changes to your database.
1717
1.2
1818
2.1
1919
3.0
20+
3.0.1

radioco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717

18-
__version__ = '3.0'
18+
__version__ = '3.0.1'

0 commit comments

Comments
 (0)