Revision 868acc362f6ce8a8b3559fcb88ebb4c060321905 authored by Martin Cech on 21 January 2016, 17:24:27 UTC, committed by Martin Cech on 21 January 2016, 17:24:27 UTC
[15.10] Bump 15.10 version to 15.10.1
2 parent s c13b1c0 + aad5d9a
Raw File
bootstrap_history_announce_template.rst
===========================================================
TODO Galaxy Release (v %s)
===========================================================

.. include:: _header.rst

Highlights
===========================================================

**Feature1**
  Feature description.

**Feature2**
  Feature description.

**Feature3**
  Feature description.

`Github <https://github.com/galaxyproject/galaxy>`__
===========================================================

New
  .. code-block:: shell
  
      % git clone -b master https://github.com/galaxyproject/galaxy.git

Update to latest stable release
  .. code-block:: shell
  
      % git checkout master && pull --ff-only origin master

Update to exact version
  .. code-block:: shell
  
      % git checkout v%s


`BitBucket <https://bitbucket.org/galaxy/galaxy-dist>`__
===========================================================

Upgrade
  .. code-block:: shell
  
      % hg pull
      % hg update latest_%s


See `our wiki <https://wiki.galaxyproject.org/Develop/SourceCode>`__ for additional details regarding the source code locations.

Release Notes
===========================================================

.. include:: %s.rst
   :start-after: enhancements

.. include:: _thanks.rst
back to top