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 Aug 28, 2016
1 parent e7312e1 commit cbfcc14
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [v1.12.0]
### Added
- Allow prefilling of sending forms using URL params

Expand All @@ -12,6 +14,7 @@ All notable changes to this project will be documented in this file.

### Fixed
- Fix bug in js path middleware
- Other misc tweaks and clean ups

## [v1.11.0]
### Added
Expand Down
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.11.0
git_version: v1.12.0

project_name: apostello
application_name: apostello
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
copyright = '2015, Dean Montgomery'
author = 'Dean Montgomery'

version = '1.11.0'
version = '1.12.0'
# The full version, including alpha/beta/rc tags.
release = '0.1'
language = None
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.11.0
AP_VER=v1.12.0

echo "Installing and upgrading packages"
sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pip.req import parse_requirements
from setuptools import find_packages, setup

version = "1.11.0"
version = "1.12.0"

install_reqs = parse_requirements(
'requirements.txt',
Expand Down

0 comments on commit cbfcc14

Please sign in to comment.