Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
bump version to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mipapo committed Aug 12, 2017
1 parent 79e4588 commit 8247c9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A complete list of our releases with all minor bugfix versions (vX.Y.*) can be f
at [github](https://github.com/Runalyze/Runalyze/releases)
and in our [blog](https://blog.runalyze.com/releases/).

* [v4.2](https://blog.runalyze.com/releases/4-2-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/4.x.html#upgrade-from-4-1-to-4-2), 12.08.2017: minor release (trend analysis, climb score, glossary)
* [v4.1](https://blog.runalyze.com/releases/4-1-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/4.x.html#upgrade-from-4-0-to-4-1), 07.05.2017: minor release (refactored sports configuration, new navigation, retina maps)
* [v4.0](https://blog.runalyze.com/releases/4-0-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/4.x.html#upgrade-from-3-2-to-4-0), 12.03.2017: minor release (poster tool, Removal of VDOT features)
* [v3.2](https://blog.runalyze.com/releases/3-2-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/3.x.html#upgrade-from-3-1-to-3-2), 29.01.2017: minor release (ANOVA tool, geohashline, refactoring)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [RUNALYZE v4.2.0-dev](https://blog.runalyze.com)
# [RUNALYZE v4.2.0](https://blog.runalyze.com)

[![Build Status](https://travis-ci.org/Runalyze/Runalyze.svg?branch=master)](https://travis-ci.org/Runalyze/Runalyze)
[![Code Coverage](https://scrutinizer-ci.com/g/Runalyze/Runalyze/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Runalyze/Runalyze/?branch=master)
Expand Down
4 changes: 2 additions & 2 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ framework:
- '%kernel.root_dir%/../inc/locale/'

parameters:
RUNALYZE_VERSION: 4.2.0-dev
RUNALYZE_VERSION: 4.2.0

twig:
globals:
Expand Down Expand Up @@ -159,4 +159,4 @@ snc_redis:
default:
type: predis
alias: default
dsn: '%redis.default.dsn%'
dsn: '%redis.default.dsn%'

0 comments on commit 8247c9f

Please sign in to comment.