Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Oct 17, 2019
2 parents 180d4d6 + ae01c61 commit 34bdcbd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
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.1.1
releases/1.1.0
releases/1.0.0
releases/0.7.0
Expand Down
12 changes: 12 additions & 0 deletions docs/releases/1.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _v1.1.1:

neurotic 1.1.1
==============

2019-10-17

Changes
-------

* Remove elephant as a dependency
(`#120 <https://github.com/jpgill86/neurotic/pull/120>`__)
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 = 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
MINOR = 1 # 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 34bdcbd

Please sign in to comment.