Skip to content

Commit

Permalink
Preparing release 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gutard committed Jul 17, 2015
1 parent 6341622 commit ec1ffd8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.0
0.35.1
11 changes: 9 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,27 @@
CHANGELOG
=========


0.35.1 (2015-07-17)
-------------------

**Bug fixes**

* Fix installation on ubuntu 12.04 with recent updates


0.35.0 (2015-07-10)
-------------------

**New features**

* Add an import framework


**Bug fixes**

* Fix a crash in appy pod (PDF generation)
* Fix login with restricted access to some contents
* Fix buildout bootstrap arguments
* Fix installation on ubuntu 12.04 with recent updates


0.34.0 (2015-05-20)
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.35'
# The full version, including alpha/beta/rc tags.
release = '0.35.0'
release = '0.35.1'

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

0 comments on commit ec1ffd8

Please sign in to comment.