Skip to content

Commit

Permalink
Preparing release 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gutard committed Mar 6, 2015
1 parent 46c7d8b commit 071b8c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.32.2.dev0
0.32.2
7 changes: 2 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
CHANGELOG
=========

0.32.2.dev0
0.32.2 (2015-03-06)
-------------------

**New features**

* Add date filters to touristic events list

**Bug fixes**

* Home now redirects to treks list in light version (without topologies)
* Fix Cirkwi export in light version
* Fix SRID in database migrations
* Add signage type filter again (fixes #1352)
* Add missing date filters to touristic events list


0.32.1 (2015-03-04)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.32'
# The full version, including alpha/beta/rc tags.
release = '0.32.2.dev0'
release = '0.32.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exec 1> install.log 2>&1

#------------------------------------------------------------------------------

VERSION=${VERSION:-0.32.2.dev0}
VERSION=${VERSION:-0.32.2}
dev=false
tests=false
prod=false
Expand Down

0 comments on commit 071b8c2

Please sign in to comment.