diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 93557ad..6e8b2bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.2-dev +current_version = 1.7.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P(dev|rc)))?(\.(?P\d+))? serialize = {major}.{minor}.{patch}-{stage}.{again} diff --git a/README.rst b/README.rst index 1fae95a..5c564a6 100644 --- a/README.rst +++ b/README.rst @@ -61,8 +61,8 @@ Alternatively, self-contained images are available at https://github.com/epruesse/SINA/releases. Choose the most recent ``tar.gz`` appropriate for your operating system and unpack:: - tar xf sina-1.7.2-dev-dev-linux.tar.gz - cd sina-1.7.2-dev-dev + tar xf sina-1.7.2-dev-linux.tar.gz + cd sina-1.7.2-dev ./sina diff --git a/configure.ac b/configure.ac index d6c75ff..d2d1579 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Init -AC_INIT([SINA],[1.7.2-dev],[elmar@pruesse.net],,[http://github.com/epruesse/SINA]) +AC_INIT([SINA],[1.7.2],[elmar@pruesse.net],,[http://github.com/epruesse/SINA]) AC_COPYRIGHT([Copyright (c) 2005-2018 Elmar Pruesse]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/source/conf.py b/doc/source/conf.py index b67c751..c15b801 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -24,7 +24,7 @@ author = 'Elmar Pruesse' # The full version, including alpha/beta/rc tags -release = '1.7.2-dev' +release = '1.7.2' # The short X.Y version version = '.'.join(release.split('.')[:2]) diff --git a/doc/source/install.rst b/doc/source/install.rst index 2dc6556..46c30e3 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -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.7.2-dev-linux.tar.gz - ~/Downloads/sina-1.7.2-dev-linux/sina --help + tar xf ~/Downloads/sina-1.7.2-linux.tar.gz + ~/Downloads/sina-1.7.2-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.7.2-dev/sina-1.5.0-linux.tar.gz - sudo tar xf sina-1.7.2-dev-linux.tar.gz -C /opt - rm sina-1.7.2-dev-linux.tar.gz - sudo ln -s /opt/sina-1.7.2-dev-linux /opt/sina + wget https://github.com/epruesse/SINA/releases/download/v1.7.2/sina-1.5.0-linux.tar.gz + sudo tar xf sina-1.7.2-linux.tar.gz -C /opt + rm sina-1.7.2-linux.tar.gz + sudo ln -s /opt/sina-1.7.2-linux /opt/sina sudo ln -s /opt/sina/bin/sina /usr/local/bin/sina .. _`SINA releases`: https://github.com/epruesse/SINA/releases