Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 authored Dec 6, 2019
2 parents ffb8359 + 8eba0ad commit 213662f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 1

releases/1.2.0
releases/1.1.1
releases/1.1.0
releases/1.0.0
Expand Down
25 changes: 25 additions & 0 deletions docs/releases/1.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _v1.2.0:

neurotic 1.2.0
==============

2019-12-06

**neurotic** should now have broader compatibility with file types supported by
Neo's :mod:`neo.io` classes thanks to two new metadata parameters: ``io_class``
and ``io_args``. See :ref:`config-metadata-neo-io` for details.

**neurotic** is now available on conda-forge! See
:ref:`installation-conda-forge` for details on how to install.

Improvements
------------

* Add metadata parameters ``io_class`` and ``io_args``
(:pr:`137`)

Documentation
-------------

* Add conda-forge installation instructions
(:pr:`128`)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
MAJOR = 1 # increment for backwards-incompatible changes
MINOR = 2 # increment for backwards-compatible feature additions
MICRO = 0 # increment for backwards-compatible bug fixes
IS_RELEASED = False # determines whether version will be marked as development
IS_RELEASED = True # determines whether version will be marked as development
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

# Try to fetch the git revision number from the .git directory if it exists,
Expand Down

0 comments on commit 213662f

Please sign in to comment.