Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jan 27, 2020
1 parent 78c8fa8 commit 10ba737
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
`Unreleased`_
-------------

`3-1`_ - 2020-01-27
-------------------

Added:

- CompoundGenerator.get_points(), optimized for consuming scans chunk by chunk

`3-0`_ - 2019-11-14
-------------------

Expand Down Expand Up @@ -218,7 +225,8 @@ Added:

- Initial structure with Line and Nested generators

.. _Unreleased: https://github.com/dls-controls/scanpointgenerator/compare/3-0...HEAD
.. _Unreleased: https://github.com/dls-controls/scanpointgenerator/compare/3-1...HEAD
.. _3-1: https://github.com/dls-controls/scanpointgenerator/compare/3-0..3-1
.. _3-0: https://github.com/dls-controls/scanpointgenerator/compare/2-3..3-0
.. _2-3: https://github.com/dls-controls/scanpointgenerator/compare/2-2-1...2-3
.. _2-2-1: https://github.com/dls-controls/scanpointgenerator/compare/2-2...2-2-1
Expand Down
2 changes: 1 addition & 1 deletion scanpointgenerator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#
###

__version__ = '3.0'
__version__ = '3.1'

0 comments on commit 10ba737

Please sign in to comment.