Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Nov 23, 2016
1 parent cdf3097 commit cf4f54c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]
## [v1.14.0]
### Added
- Default prefix for phone numbers (set at `/config/site/`) that prefills the new contact form
- New tool to compose an adhoc list of recipients from existing groups. See issue #53.

### Changed
- Improve handling of scheduled messages (**note**, already queued messages will be sent after upgrading, but their status can only be view in the admin panel, you may want to cancel queued messages before upgrading just in case)
- Improve handling of scheduled messages (**note**, already queued messages will be sent after upgrading, but their status can only be view in the admin panel, you may want have an empty message queue before upgrading just in case)
- Update dependencies

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.14.0
2 changes: 1 addition & 1 deletion ansible/env_vars/base.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

git_repo: https://github.com/monty5811/apostello.git
git_version: v1.13.1
git_version: v1.14.0

project_name: apostello
application_name: apostello
Expand Down
4 changes: 2 additions & 2 deletions docs/deploy_do.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Install

Assuming you have a `Digital Ocean <https://m.do.co/c/4afdc8b5be2e>`_ account with an SSH key setup, click the following button to deploy apostello:

.. image:: https://apostello-one-click.herokuapp.com/button.svg
:target: https://apostello-one-click.herokuapp.com/install?url=https://github.com/monty5811/apostello
.. image:: https://img.shields.io/badge/install-Digital%20Ocean-blue.svg
:target: https://apostello-do-install.netlify.com

This will create a droplet, download apostello and run the :ref:`ansible playbook <deploy-ansible>` to setup apostello.

Expand Down
2 changes: 1 addition & 1 deletion scripts/ansible_install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e
AP_VER=v1.13.1
AP_VER=v1.14.0

cd /home/apostello/
echo "Installing and upgrading packages"
Expand Down

0 comments on commit cf4f54c

Please sign in to comment.