Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 10, 2019
1 parent 0ff1d7b commit b95d812
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.rst
Expand Up @@ -148,6 +148,21 @@ issue tracker <https://github.com/jpgill86/neurotic/issues>`_.
Changes
-------

0.6.0 (2019-07-10)
~~~~~~~~~~~~~~~~~~

Improvements
............

* Add a basic "About neurotic" window with version and website information
(`#38 <https://github.com/jpgill86/neurotic/pull/38>`__)

* Update logo
(`#39 <https://github.com/jpgill86/neurotic/pull/39>`__)

* Add keywords and project URLs to package metadata
(`#40 <https://github.com/jpgill86/neurotic/pull/40>`__)

0.5.1 (2019-07-09)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
MAJOR = 0 # increment for backwards-incompatible changes
MINOR = 6 # 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 b95d812

Please sign in to comment.