Skip to content

Commit

Permalink
Merge pull request #85 from jpgill86/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
jpgill86 authored Jul 21, 2019
2 parents 483a1b7 + b2c2bea commit f3da9d3
Show file tree
Hide file tree
Showing 3 changed files with 32 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/0.7.0.rst
releases/0.6.0.rst
releases/0.5.1.rst
releases/0.5.0.rst
Expand Down
30 changes: 30 additions & 0 deletions docs/releases/0.7.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. _v0.7.0:

neurotic 0.7.0
==============

2019-07-21

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

* New documentation hosted at Read the Docs: https://neurotic.readthedocs.io

* Add menu action for opening metadata in editor
(`#83 <https://github.com/jpgill86/neurotic/pull/83>`__)

* Add menu action for opening the selected data directory
(`#84 <https://github.com/jpgill86/neurotic/pull/84>`__)

* Add list of installed versions of dependencies and doc links to About window
(`#44 <https://github.com/jpgill86/neurotic/pull/44>`__,
`#65 <https://github.com/jpgill86/neurotic/pull/65>`__)

Bug fixes
---------

* Fix files remaining locked after closing a fast-loaded window
(`#69 <https://github.com/jpgill86/neurotic/pull/69>`__)

* Fix launching from command line with bad metadata argument
(`#82 <https://github.com/jpgill86/neurotic/pull/82>`__)
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 = 0 # increment for backwards-incompatible changes
MINOR = 7 # 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 f3da9d3

Please sign in to comment.