Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jun 23, 2014
1 parent 894fb79 commit b6ac794
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24dev
0.24.0
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
CHANGELOG
=========

0.24 (unreleased)
-----------------
0.24.0 (2014-06-23)
-------------------

** Breaking changes **

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'Geotrek'
copyright = u'2013, Makina Corpus'
copyright = u'2013-2014, Makina Corpus'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.24'
# The full version, including alpha/beta/rc tags.
release = '0.24dev'
release = '0.24.0'

# 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.24dev}
VERSION=${VERSION:-0.24.0}
dev=false
tests=false
prod=false
Expand Down

0 comments on commit b6ac794

Please sign in to comment.