Skip to content

Commit

Permalink
Update version number to v0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Jun 30, 2016
1 parent d321d82 commit 43e6f54
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,6 +1,6 @@
FROM debian:jessie

ENV API_UMBRELLA_VERSION 0.11.1-1~jessie
ENV API_UMBRELLA_VERSION 0.12.0-1~jessie

# Install API Umbrella
RUN echo "deb http://dl.bintray.com/nrel/api-umbrella-debian jessie main" >> /etc/apt/sources.list.d/api-umbrella.list
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.11.1'
version = '0.12.0'
# The full version, including alpha/beta/rc tags.
release = '0.11.1'
release = '0.12.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/developer/compiling-from-source.md
Expand Up @@ -11,9 +11,9 @@ Installing from a [binary package](../getting-started.html#installation) is reco
## Compiling & Installing

```sh
$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.11.1.tar.gz
$ tar -xvf api-umbrella-0.11.1.tar.gz
$ cd api-umbrella-0.11.1
$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.12.0.tar.gz
$ tar -xvf api-umbrella-0.12.0.tar.gz
$ cd api-umbrella-0.12.0
$ sudo ./build/scripts/install_build_dependencies
$ ./configure
$ make
Expand Down
2 changes: 1 addition & 1 deletion src/api-umbrella/version.txt
@@ -1 +1 @@
0.12.0-pre1
0.12.0
2 changes: 1 addition & 1 deletion website/source/index.html.erb
Expand Up @@ -19,7 +19,7 @@ title: API Umbrella - Open Source API Management
</div>
<img class="img-responsive img-center" src="images/overview.png" data-at2x="images/overview@2x.png" alt="" width="676" height="266">
<div class="links">
Version 0.11.1&nbsp;&nbsp;&nbsp;&nbsp;&sdot;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/NREL/api-umbrella"><i class="fa fa-github" aria-hidden="true"></i>GitHub Project</a>
Version 0.12.0&nbsp;&nbsp;&nbsp;&nbsp;&sdot;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/NREL/api-umbrella"><i class="fa fa-github" aria-hidden="true"></i>GitHub Project</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions website/source/install.html.erb
Expand Up @@ -55,9 +55,9 @@ sudo yum install api-umbrella</pre>

<div id="other" class="platform-download" style="display: none;">
<p>We build binary packages for a variety of Linux distributions. These binary packages are the recommended way to install API Umbrella. However, if binary packages aren't available, you can also compile from source (also, please <a href="https://github.com/NREL/api-umbrella/issues">let us know</a> if you'd like to see binaries for other operating systems):</p>
<pre>$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.11.1.tar.gz
$ tar -xvf api-umbrella-0.11.1.tar.gz
$ cd api-umbrella-0.11.1
<pre>$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.12.0.tar.gz
$ tar -xvf api-umbrella-0.12.0.tar.gz
$ cd api-umbrella-0.12.0
$ make
$ sudo make install</pre>
</div>
Expand Down

0 comments on commit 43e6f54

Please sign in to comment.