Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 9, 2019
1 parent 7e62f04 commit c49b4ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ issue tracker <https://github.com/jpgill86/neurotic/issues>`_.
Changes
-------

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

Compatibility updates
.....................

* Compatibility update for RawIOs with non-zero offset
(`#37 <https://github.com/jpgill86/neurotic/pull/37>`__)

0.5.0 (2019-07-06)
~~~~~~~~~~~~~~~~~~

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# Change version number here, not in neurotic/version.py, which is generated
# by this script. Try to follow recommended versioning guidelines at semver.org.
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
MINOR = 5 # increment for backwards-compatible feature additions
MICRO = 1 # increment for backwards-compatible bug fixes
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 c49b4ec

Please sign in to comment.