Skip to content

Commit

Permalink
Bump version: 1.5.1-dev → 1.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse committed Mar 25, 2019
1 parent ec3af6a commit 7fcd906
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1-dev
current_version = 1.6.0-rc.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<stage>(dev|rc)))?(\.(?P<again>\d+))?
serialize =
{major}.{minor}.{patch}-{stage}.{again}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Init

AC_INIT([SINA],[1.5.1-dev],[[email protected]],,[http://github.com/epruesse/SINA])
AC_INIT([SINA],[1.6.0-rc.1],[[email protected]],,[http://github.com/epruesse/SINA])
AC_COPYRIGHT([Copyright (c) 2005-2018 Elmar Pruesse])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion doc/sina.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%\usepackage{svninfo}
%\setDate{\svnInfoLongDate}
\setDate{May 14th, 2014}
\setVersion{1.5.1-dev}
\setVersion{1.6.0-rc.1}
%\setVersionWord{v}

%\makeatletter
Expand Down
12 changes: 6 additions & 6 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ are available on the `SINA releases`_ page at Github. Head on over
there and download the Linux or Macos one. Inside the folder created
by unpacking the archive, you should find a `sina` executable::

tar xf ~/Downloads/sina-1.5.0-linux.tar.gz
~/Downloads/sina-1.5.0-linux/sina --help
tar xf ~/Downloads/sina-1.6.0-rc.1-linux.tar.gz
~/Downloads/sina-1.6.0-rc.1-linux/sina --help

To install SINA system wide, place the contents of the archive in
`/opt` and create symlinks into `/usr/local/bin`::

wget https://github.com/epruesse/SINA/releases/download/v1.5.0/sina-1.5.0-linux.tar.gz
sudo tar xf sina-1.5.0-linux.tar.gz -C /opt
rm sina-1.5.0-linux.tar.gz
sudo ln -s /opt/sina-1.5.0-linux /opt/sina
wget https://github.com/epruesse/SINA/releases/download/v1.6.0-rc.1/sina-1.5.0-linux.tar.gz
sudo tar xf sina-1.6.0-rc.1-linux.tar.gz -C /opt
rm sina-1.6.0-rc.1-linux.tar.gz
sudo ln -s /opt/sina-1.6.0-rc.1-linux /opt/sina
sudo ln -s /opt/sina/bin/sina /usr/local/bin/sina

.. _`SINA releases`: https://github.com/epruesse/SINA/releases
Expand Down

0 comments on commit 7fcd906

Please sign in to comment.